Saturday, February 12, 2011

Sql Server Start /Stop Services using bat file

how To prepare Bat file for Starting and stopping sql server Services

1)For Starting Sql Server Services

Create the Notepad File

NET START MSSQL$SQLEXPRESS

Save as *.Bat File


1)For stopping Sql Server Services

Create the Notepad File

NET STOP MSSQL$SQLEXPRESS

Save as *.Bat File

Happy Coding....

No comments: