Click here to Skip to main content
16,004,927 members
Home / Discussions / Database
   

Database

 
QuestionBreakPoints in Stored Procedures Pin
Zuhair Rizvi27-Nov-07 0:38
Zuhair Rizvi27-Nov-07 0:38 
AnswerRe: BreakPoints in Stored Procedures Pin
Vasudevan Deepak Kumar27-Nov-07 0:43
Vasudevan Deepak Kumar27-Nov-07 0:43 
GeneralRe: BreakPoints in Stored Procedures Pin
Zuhair Rizvi27-Nov-07 0:54
Zuhair Rizvi27-Nov-07 0:54 
QuestionRestore Database from C# Pin
tr_thorn26-Nov-07 20:23
tr_thorn26-Nov-07 20:23 
AnswerRe: Restore Database from C# Pin
SimulationofSai26-Nov-07 21:11
SimulationofSai26-Nov-07 21:11 
GeneralRe: Restore Database from C# Pin
tr_thorn26-Nov-07 22:49
tr_thorn26-Nov-07 22:49 
GeneralRe: Restore Database from C# Pin
Colin Angus Mackay26-Nov-07 22:52
Colin Angus Mackay26-Nov-07 22:52 
GeneralRe: Restore Database from C# Pin
SimulationofSai27-Nov-07 0:16
SimulationofSai27-Nov-07 0:16 
Execute this command after setting the connection and before restoring the DB

ALTER DATABASE LIDER SET SINGLE_USER WITH ROLLBACK IMMEDIATE;

Of course, the ramifications being that any user connected to the DB will lost connection and any open transactions will be rolled back. It's pertinent for you to check if there are any existing users first, any running transactions first and then do the recovery.


SG
Cause is effect concealed. Effect is cause revealed.

GeneralRe: Restore Database from C# Pin
tr_thorn27-Nov-07 20:44
tr_thorn27-Nov-07 20:44 
GeneralRe: Restore Database from C# Pin
SimulationofSai27-Nov-07 22:14
SimulationofSai27-Nov-07 22:14 
QuestionFetching rows in cursors Pin
mgr_2k726-Nov-07 19:20
mgr_2k726-Nov-07 19:20 
AnswerRe: Fetching rows in cursors Pin
Joe26-Nov-07 20:57
Joe26-Nov-07 20:57 
GeneralRe: Fetching rows in cursors Pin
mgr_2k726-Nov-07 21:58
mgr_2k726-Nov-07 21:58 
GeneralRe: Fetching rows in cursors Pin
Pete O'Hanlon26-Nov-07 22:39
mvePete O'Hanlon26-Nov-07 22:39 
GeneralRe: Fetching rows in cursors Pin
andyharman26-Nov-07 23:29
professionalandyharman26-Nov-07 23:29 
GeneralRe: Fetching rows in cursors Pin
Vasudevan Deepak Kumar27-Nov-07 2:43
Vasudevan Deepak Kumar27-Nov-07 2:43 
GeneralRe: Fetching rows in cursors Pin
mgr_2k727-Nov-07 19:13
mgr_2k727-Nov-07 19:13 
QuestionError in Insert statement Pin
prithaa26-Nov-07 19:08
prithaa26-Nov-07 19:08 
AnswerRe: Error in Insert statement Pin
N a v a n e e t h26-Nov-07 19:47
N a v a n e e t h26-Nov-07 19:47 
AnswerRe: Error in Insert statement Pin
Devan Nadar26-Nov-07 23:54
Devan Nadar26-Nov-07 23:54 
QuestionHow to connect to the MS Access database? Pin
mddev26-Nov-07 17:18
mddev26-Nov-07 17:18 
AnswerRe: How to connect to the MS Access database? Pin
Kishore.P26-Nov-07 20:58
Kishore.P26-Nov-07 20:58 
GeneralRe: How to connect to the MS Access database? Pin
mddev27-Nov-07 0:12
mddev27-Nov-07 0:12 
GeneralRe: How to connect to the MS Access database? Pin
Vasudevan Deepak Kumar27-Nov-07 0:45
Vasudevan Deepak Kumar27-Nov-07 0:45 
QuestionPlease help on SQL Query Pin
Pankaj - Joshi26-Nov-07 16:49
Pankaj - Joshi26-Nov-07 16:49 

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.