Click here to Skip to main content
15,891,777 members
Home / Discussions / Database
   

Database

 
AnswerRe: SqlDateTime overflow. - Only on one computer out of 5 running the same code Pin
Mycroft Holmes12-Apr-10 14:15
professionalMycroft Holmes12-Apr-10 14:15 
Questiondetermine last patient temprature Pin
Jassim Rahma12-Apr-10 5:49
Jassim Rahma12-Apr-10 5:49 
AnswerRe: determine last patient temprature Pin
PIEBALDconsult12-Apr-10 6:13
mvePIEBALDconsult12-Apr-10 6:13 
GeneralRe: determine last patient temprature Pin
Jassim Rahma12-Apr-10 6:27
Jassim Rahma12-Apr-10 6:27 
GeneralRe: determine last patient temprature Pin
PIEBALDconsult12-Apr-10 9:47
mvePIEBALDconsult12-Apr-10 9:47 
GeneralRe: determine last patient temprature Pin
Mycroft Holmes12-Apr-10 14:10
professionalMycroft Holmes12-Apr-10 14:10 
AnswerRe: determine last patient temprature Pin
David Mujica12-Apr-10 7:54
David Mujica12-Apr-10 7:54 
QuestionSql server Identity issue Pin
Pranay Rana12-Apr-10 2:25
professionalPranay Rana12-Apr-10 2:25 
I have query like below

declare @str_CustomerID int
Insert into IMDECONP38.[Customer].dbo.CustomerMaster
( CustomerName , CustomerAddress , CustomerEmail , CustomerPhone )
values ( ‘werw12e’ , ‘jkj12kj’ , ‘3212423sdf’ , ‘1212121′
)

select @str_CustomerID= scope_identity()
after execution it returns null in my parameter

i want to get value of identity how can i do that

the main issue over here is "IMDECONP38"- server name that i used if i remove this i can able to get the value of identity in my parameter
AnswerRe: Sql server Identity issue Pin
Stryder_112-Apr-10 3:05
Stryder_112-Apr-10 3:05 
GeneralRe: Sql server Identity issue Pin
Pranay Rana12-Apr-10 23:44
professionalPranay Rana12-Apr-10 23:44 
GeneralRe: Sql server Identity issue Pin
Stryder_113-Apr-10 3:15
Stryder_113-Apr-10 3:15 
QuestionmySQL dataset over VPN [modified] Pin
programmervb.netc++9-Apr-10 11:03
programmervb.netc++9-Apr-10 11:03 
AnswerRe: mySQL dataset over VPN Pin
Graham Breach9-Apr-10 21:23
Graham Breach9-Apr-10 21:23 
QuestionTable Join to Flag Interest Pin
LogBuyer9-Apr-10 8:52
LogBuyer9-Apr-10 8:52 
AnswerRe: Table Join to Flag Interest Pin
Mycroft Holmes9-Apr-10 22:29
professionalMycroft Holmes9-Apr-10 22:29 
QuestionFind difference between 2 dates in terms of hours Pin
raghvendrapanda9-Apr-10 2:11
raghvendrapanda9-Apr-10 2:11 
AnswerRe: Find difference between 2 dates in terms of hours Pin
David Skelly9-Apr-10 2:48
David Skelly9-Apr-10 2:48 
AnswerRe: Find difference between 2 dates in terms of hours Pin
Sandesh M Patil9-Apr-10 6:26
Sandesh M Patil9-Apr-10 6:26 
Questionhow can i use multiThread to read database? Pin
caiguosen8-Apr-10 4:09
caiguosen8-Apr-10 4:09 
AnswerRe: how can i use multiThread to read database? Pin
dan!sh 8-Apr-10 4:58
professional dan!sh 8-Apr-10 4:58 
AnswerPlease do not cross post. Pin
leckey8-Apr-10 8:05
leckey8-Apr-10 8:05 
QuestionDisplay Report Veritally for Horizontal Data Pin
yogesh_kumar_agarwal7-Apr-10 21:09
yogesh_kumar_agarwal7-Apr-10 21:09 
AnswerRe: Display Report Veritally for Horizontal Data Pin
i.j.russell8-Apr-10 9:27
i.j.russell8-Apr-10 9:27 
AnswerRe: Display Report Veritally for Horizontal Data Pin
Mycroft Holmes8-Apr-10 11:45
professionalMycroft Holmes8-Apr-10 11:45 
AnswerRe: Display Report Veritally for Horizontal Data Pin
Sandesh M Patil9-Apr-10 6:33
Sandesh M Patil9-Apr-10 6:33 

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.