Click here to Skip to main content
15,895,011 members
Home / Discussions / Database
   

Database

 
GeneralRe: Problem with sql server 2000 Pin
N a v a n e e t h8-Feb-09 15:29
N a v a n e e t h8-Feb-09 15:29 
GeneralRe: Problem with sql server 2000 Pin
Wendelius9-Feb-09 6:14
mentorWendelius9-Feb-09 6:14 
AnswerRe: Problem with sql server 2000 Pin
BESHOY MARKO10-Feb-09 1:58
BESHOY MARKO10-Feb-09 1:58 
QuestionHow to write this query? Pin
varshavmane7-Feb-09 21:31
varshavmane7-Feb-09 21:31 
AnswerRe: How to write this query? Pin
Blue_Boy8-Feb-09 2:49
Blue_Boy8-Feb-09 2:49 
GeneralRe: How to write this query? Pin
varshavmane8-Feb-09 4:15
varshavmane8-Feb-09 4:15 
GeneralRe: How to write this query? Pin
Blue_Boy8-Feb-09 4:22
Blue_Boy8-Feb-09 4:22 
GeneralRe: How to write this query? Pin
varshavmane8-Feb-09 4:35
varshavmane8-Feb-09 4:35 
Well what I want is:
Table Name: tb_Data
Columns: Name1, Name2, ID
Number of Records : 1000
Something like this:

Name1            Name2               ID
----------------------------------------
N1                N2                  null
N3                N4                  null
N3                N4                  null
N3                N4                  null
Like wise....
N3                N4                  null


Now ID Column has null values and in ID Column I want it to get values starting from 2200 to 3200 that is records should be now as:

Name1            Name2               ID
----------------------------------------
N1                N2                  2200
N3                N4                  2201
N3                N4                  2202
N3                N4                  2203
Like wise....
N3                N4                  3200


Is there anyway to do it by Query as Im having records in lakhs.

Thanks again.
GeneralRe: How to write this query? Pin
Blue_Boy8-Feb-09 8:50
Blue_Boy8-Feb-09 8:50 
QuestionUpdating Field Length of a Fields in Sql Server 2005 Pin
εїзεїзεїз7-Feb-09 20:36
εїзεїзεїз7-Feb-09 20:36 
AnswerRe: Updating Field Length of a Fields in Sql Server 2005 Pin
Mycroft Holmes8-Feb-09 16:56
professionalMycroft Holmes8-Feb-09 16:56 
GeneralRe: Updating Field Length of a Fields in Sql Server 2005 Pin
εїзεїзεїз8-Feb-09 21:34
εїзεїзεїз8-Feb-09 21:34 
GeneralRe: Updating Field Length of a Fields in Sql Server 2005 Pin
Mycroft Holmes8-Feb-09 21:53
professionalMycroft Holmes8-Feb-09 21:53 
GeneralRe: Updating Field Length of a Fields in Sql Server 2005 Pin
εїзεїзεїз8-Feb-09 22:00
εїзεїзεїз8-Feb-09 22:00 
QuestionSuggestion for Database model to store multiple value types Pin
Jani Giannoudis7-Feb-09 5:30
Jani Giannoudis7-Feb-09 5:30 
AnswerRe: Suggestion for Database model to store multiple value types Pin
Wendelius9-Feb-09 6:08
mentorWendelius9-Feb-09 6:08 
QuestionRe: Suggestion for Database model to store multiple value types Pin
Jani Giannoudis9-Feb-09 6:21
Jani Giannoudis9-Feb-09 6:21 
AnswerRe: Suggestion for Database model to store multiple value types Pin
Wendelius9-Feb-09 6:41
mentorWendelius9-Feb-09 6:41 
QuestionDelete Records Pin
Hemant Thaker7-Feb-09 0:59
Hemant Thaker7-Feb-09 0:59 
AnswerRe: Delete Records Pin
Vimalsoft(Pty) Ltd8-Feb-09 21:41
professionalVimalsoft(Pty) Ltd8-Feb-09 21:41 
Questionpasswords and varbinary in sql server... Pin
l a u r e n6-Feb-09 4:21
l a u r e n6-Feb-09 4:21 
AnswerRe: passwords and varbinary in sql server... Pin
Ennis Ray Lynch, Jr.6-Feb-09 7:23
Ennis Ray Lynch, Jr.6-Feb-09 7:23 
GeneralRe: passwords and varbinary in sql server... Pin
l a u r e n6-Feb-09 7:38
l a u r e n6-Feb-09 7:38 
GeneralRe: passwords and varbinary in sql server... Pin
Ennis Ray Lynch, Jr.6-Feb-09 7:42
Ennis Ray Lynch, Jr.6-Feb-09 7:42 
GeneralRe: passwords and varbinary in sql server... Pin
l a u r e n6-Feb-09 7:47
l a u r e n6-Feb-09 7:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.