Jorg Klein has found a clever way to all SQL Server Services in 1x stopping and starting. This saves time because you no longer need to do by hand!
Paste the code into windows notepad and change the extension to. Bat. If you then run this file you will the services be-restart!
START SCRIPT:
NET START "SQL Server Agent (MSSQLSERVER)"
NET START "MSSQLSERVER"
NET START "MsSqlServerOlapService"
NET START "Report Server"
NET START "SQL Server Integration Services'
STOP SCRIPT:
NET STOP "SQL Server Agent (MSSQLSERVER)"
NET STOP "MSSQLSERVER"
NET STOP "MsSqlServerOlapService"
NET STOP "Server Report"
NET STOP "SQL Server Integration Services






















Tags 