Click here to Skip to main content
15,892,298 members
Home / Discussions / Database
   

Database

 
AnswerRe: retreiving rows Pin
Christian Graus28-Nov-07 23:43
protectorChristian Graus28-Nov-07 23:43 
General[Message Deleted] Pin
gubba28-Nov-07 23:51
gubba28-Nov-07 23:51 
GeneralRe: retreiving rows Pin
Pete O'Hanlon28-Nov-07 23:55
mvePete O'Hanlon28-Nov-07 23:55 
AnswerRe: retreiving rows Pin
Pete O'Hanlon28-Nov-07 23:54
mvePete O'Hanlon28-Nov-07 23:54 
AnswerRe: retreiving rows Pin
Paddy Boyd29-Nov-07 1:52
Paddy Boyd29-Nov-07 1:52 
QuestionObtaining value of identity field when inserting into SQL Pin
Dewald28-Nov-07 22:49
Dewald28-Nov-07 22:49 
AnswerRe: Obtaining value of identity field when inserting into SQL Pin
Colin Angus Mackay28-Nov-07 23:07
Colin Angus Mackay28-Nov-07 23:07 
GeneralRe: Obtaining value of identity field when inserting into SQL Pin
Tobias Schoenig28-Nov-07 23:31
Tobias Schoenig28-Nov-07 23:31 
You could also use a SELECT @@identity;. But I think that it's better to use the Scope_Identity()-function, because @@identity returns the last identity value set in the current connection, while Scope_Identity() returns the last identity value that was set in the current scope (e.g. in a stored procedure).
GeneralRe: Obtaining value of identity field when inserting into SQL Pin
Colin Angus Mackay28-Nov-07 23:40
Colin Angus Mackay28-Nov-07 23:40 
GeneralRe: Obtaining value of identity field when inserting into SQL Pin
Dewald29-Nov-07 0:16
Dewald29-Nov-07 0:16 
QuestionRank(sql) Pin
r a j u u28-Nov-07 22:44
r a j u u28-Nov-07 22:44 
AnswerRe: Rank(sql) Pin
pmarfleet29-Nov-07 0:07
pmarfleet29-Nov-07 0:07 
Question[Message Deleted] Pin
gubba28-Nov-07 22:42
gubba28-Nov-07 22:42 
AnswerRe: Regarding retreiving values from table Pin
pmarfleet29-Nov-07 0:01
pmarfleet29-Nov-07 0:01 
Questioninsert new row in sql server Pin
break_day28-Nov-07 20:20
break_day28-Nov-07 20:20 
AnswerRe: insert new row in sql server Pin
yaad fridman28-Nov-07 20:51
yaad fridman28-Nov-07 20:51 
GeneralRe: insert new row in sql server Pin
break_day28-Nov-07 21:13
break_day28-Nov-07 21:13 
GeneralRe: insert new row in sql server Pin
yaad fridman28-Nov-07 21:40
yaad fridman28-Nov-07 21:40 
GeneralRe: insert new row in sql server Pin
break_day28-Nov-07 23:01
break_day28-Nov-07 23:01 
GeneralRe: insert new row in sql server Pin
yaad fridman1-Dec-07 19:58
yaad fridman1-Dec-07 19:58 
AnswerRe: insert new row in sql server Pin
ChandraRam28-Nov-07 21:19
ChandraRam28-Nov-07 21:19 
QuestionExport Table to Xml Using Sql Pin
Nagaraju_Focus28-Nov-07 20:09
Nagaraju_Focus28-Nov-07 20:09 
AnswerRe: Export Table to Xml Using Sql Pin
Maharishi Bhatia28-Nov-07 20:56
Maharishi Bhatia28-Nov-07 20:56 
GeneralRe: Export Table to Xml Using Sql Pin
Nagaraju_Focus28-Nov-07 22:23
Nagaraju_Focus28-Nov-07 22:23 
GeneralRe: Export Table to Xml Using Sql Pin
Tobias Schoenig29-Nov-07 1:58
Tobias Schoenig29-Nov-07 1:58 

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.