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....