Click here to Skip to main content
15,902,189 members
Home / Discussions / Database
   

Database

 
AnswerRe: Can't Query with = ISNULL? Pin
Simon_Whale23-Apr-10 5:26
Simon_Whale23-Apr-10 5:26 
GeneralRe: Can't Query with = ISNULL? Pin
Luc Pattyn23-Apr-10 5:28
sitebuilderLuc Pattyn23-Apr-10 5:28 
GeneralRe: Can't Query with = ISNULL? Pin
Simon_Whale23-Apr-10 5:30
Simon_Whale23-Apr-10 5:30 
GeneralRe: Can't Query with = ISNULL? Pin
Md. Marufuzzaman24-Apr-10 1:52
professionalMd. Marufuzzaman24-Apr-10 1:52 
GeneralRe: Can't Query with = ISNULL? Pin
Mycroft Holmes24-Apr-10 13:16
professionalMycroft Holmes24-Apr-10 13:16 
GeneralRe: Can't Query with = ISNULL? Pin
Md. Marufuzzaman24-Apr-10 18:40
professionalMd. Marufuzzaman24-Apr-10 18:40 
AnswerRe: Can't Query with = ISNULL? Pin
Luc Pattyn23-Apr-10 5:27
sitebuilderLuc Pattyn23-Apr-10 5:27 
GeneralRe: Can't Query with = ISNULL? Pin
Corporal Agarn23-Apr-10 8:55
professionalCorporal Agarn23-Apr-10 8:55 
QuestionADO.NET almost nullable column Pin
Yoyosch23-Apr-10 4:36
Yoyosch23-Apr-10 4:36 
AnswerRe: ADO.NET almost nullable column PinPopular
J4amieC23-Apr-10 4:43
J4amieC23-Apr-10 4:43 
AnswerRe: ADO.NET almost nullable column Pin
Mycroft Holmes24-Apr-10 13:23
professionalMycroft Holmes24-Apr-10 13:23 
GeneralRe: ADO.NET almost nullable column Pin
Yoyosch25-Apr-10 21:48
Yoyosch25-Apr-10 21:48 
GeneralRe: ADO.NET almost nullable column Pin
Mycroft Holmes25-Apr-10 22:26
professionalMycroft Holmes25-Apr-10 22:26 
QuestionCLR stored procedure cross base access Pin
Yoyosch23-Apr-10 4:12
Yoyosch23-Apr-10 4:12 
AnswerRe: CLR stored procedure cross base access Pin
Mycroft Holmes24-Apr-10 13:27
professionalMycroft Holmes24-Apr-10 13:27 
QuestionSunday first last in week? Pin
Stanciu Vlad23-Apr-10 0:04
Stanciu Vlad23-Apr-10 0:04 
AnswerRe: Sunday first last in week? Pin
Stanciu Vlad23-Apr-10 0:15
Stanciu Vlad23-Apr-10 0:15 
QuestionSELECT last date from database column entries ! Pin
jeshra27922-Apr-10 23:56
jeshra27922-Apr-10 23:56 
AnswerRe: SELECT last date from database column entries ! Pin
O.Phil23-Apr-10 0:13
O.Phil23-Apr-10 0:13 
AnswerRe: SELECT last date from database column entries ! Pin
Luc Pattyn23-Apr-10 0:14
sitebuilderLuc Pattyn23-Apr-10 0:14 
AnswerRe: SELECT last date from database column entries ! Pin
Mycroft Holmes24-Apr-10 13:34
professionalMycroft Holmes24-Apr-10 13:34 
QuestionSQL Server 2008: Will the stored procedure be rolled back if the db server gets an error (server crash or performance problem) in the middle of it's operation? Pin
Rafferty Uy22-Apr-10 18:38
Rafferty Uy22-Apr-10 18:38 
This is for SQL Server 2008:

Will the stored procedure be rolled back if the db server gets an error (server crash or performance problem) in the middle of it's operation?

This is the idea:
- stored proc spTest contains 2 insert statements
- exec spTest
- spTest executes 1st insert statement
- stored procedure still running... but server gets some problem that's unrelated to this stored procedure, which causes the stored proc to stop (e.g. server crash)


Will the data in the 1st insert statement be rolled back?


Thanks in advance!
Rafferty

AnswerRe: SQL Server 2008: Will the stored procedure be rolled back if the db server gets an error (server crash or performance problem) in the middle of it's operation? Pin
PIEBALDconsult22-Apr-10 18:47
mvePIEBALDconsult22-Apr-10 18:47 
GeneralRe: SQL Server 2008: Will the stored procedure be rolled back if the db server gets an error (server crash or performance problem) in the middle of it's operation? Pin
Rafferty Uy22-Apr-10 18:55
Rafferty Uy22-Apr-10 18:55 
AnswerRe: SQL Server 2008: Will the stored procedure be rolled back if the db server gets an error (server crash or performance problem) in the middle of it's operation? Pin
Eddy Vluggen22-Apr-10 22:25
professionalEddy Vluggen22-Apr-10 22:25 

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.