• Increase font size
  • Default font size
  • Decrease font size
Home BI / Data Warehouses SQL Server Services Start - Stop

SQL Server Services Start - Stop

E-mail Print
(1 vote)

sql_querry_cancel_128 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

Copyright 2008. All Rights Reserved.

Trackback (0)

TrackBack URI for this post

Comment (0)

RSS feed Comments

Write comment

bold italicize underline strike url image quote smile wink laugh grin angry sad shocked cool tongue kiss cry
| groter smaller | bigger
security image
Write the displayed characters

busy