Click here to Skip to main content
15,894,343 members
Home / Discussions / Database
   

Database

 
QuestionHow to bind in the Access Import Wizard Pin
King_of_Queens9-Sep-03 2:33
King_of_Queens9-Sep-03 2:33 
AnswerRe: How to bind in the Access Import Wizard Pin
Steve S9-Sep-03 6:19
Steve S9-Sep-03 6:19 
Generaldb schema required! help needed urgently Pin
rohitit6-Sep-03 10:45
rohitit6-Sep-03 10:45 
GeneralSP vs. View Pin
Not Active5-Sep-03 6:01
mentorNot Active5-Sep-03 6:01 
GeneralRe: SP vs. View Pin
Mark Conger5-Sep-03 6:14
Mark Conger5-Sep-03 6:14 
GeneralRe: SP vs. View Pin
Not Active5-Sep-03 6:42
mentorNot Active5-Sep-03 6:42 
Generalreboot the sqlserver Pin
yyf5-Sep-03 3:23
yyf5-Sep-03 3:23 
GeneralRe: reboot the sqlserver Pin
Terry Denham5-Sep-03 4:19
Terry Denham5-Sep-03 4:19 
Use System.ServiceProcess.ServiceController.

<br />
ServiceController sqlServer = new ServiceController("MSSQLServer", "MYSERVER");<br />
<br />
sqlServer.Stop();<br />


Or if you want to do it through T-SQL issue the SHUTDOWN command through a SqlCommand object.
GeneralMaster-Detail Question! Pin
EastDragon4-Sep-03 16:50
EastDragon4-Sep-03 16:50 
GeneralSQLDMO Pin
yyf3-Sep-03 8:53
yyf3-Sep-03 8:53 
GeneralRe: SQLDMO Pin
Terry Denham5-Sep-03 4:30
Terry Denham5-Sep-03 4:30 
GeneralRe: SQLDMO Pin
yyf5-Sep-03 8:31
yyf5-Sep-03 8:31 
GeneralRe: SQLDMO Pin
Terry Denham7-Sep-03 9:16
Terry Denham7-Sep-03 9:16 
Generalpassing and retrieving date value using ADO Pin
haritadala1-Sep-03 11:57
haritadala1-Sep-03 11:57 
GeneralRe: passing and retrieving date value using ADO Pin
Roger Wright7-Sep-03 10:06
professionalRoger Wright7-Sep-03 10:06 
GeneralDataSets and Crystal Reports 9 Pin
Member 486391-Sep-03 3:08
Member 486391-Sep-03 3:08 
GeneralRe: DataSets and Crystal Reports 9 Pin
Braulio Dez10-Sep-03 21:47
Braulio Dez10-Sep-03 21:47 
QuestionWhat is MySQL used for anyways... Pin
Snyp30-Aug-03 15:37
Snyp30-Aug-03 15:37 
AnswerRe: What is MySQL used for anyways... Pin
ZoogieZork30-Aug-03 17:57
ZoogieZork30-Aug-03 17:57 
GeneralRe: What is MySQL used for anyways... Pin
Snyp31-Aug-03 3:06
Snyp31-Aug-03 3:06 
GeneralRe: What is MySQL used for anyways... Pin
Snyp31-Aug-03 3:11
Snyp31-Aug-03 3:11 
GeneralSolution of your IT/Computer science Problems Pin
mindnets29-Aug-03 17:43
mindnets29-Aug-03 17:43 
GeneralQuery Help Pin
sardinka29-Aug-03 9:21
sardinka29-Aug-03 9:21 
GeneralRe: Query Help Pin
basementman5-Sep-03 11:22
basementman5-Sep-03 11:22 
GeneralWHY????? HELP!!!!!! Pin
yyf29-Aug-03 8:20
yyf29-Aug-03 8:20 

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.