Comments on: START STOP RESTART SQL Server 2008 from command prompt https://sqlserverlearner.com/2012/03/12/start-stop-restart-sql-server-2008-from-command-prompt/ LEARN SQL SERVER ONLINE Mon, 12 Mar 2012 14:38:08 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Craig https://sqlserverlearner.com/2012/03/12/start-stop-restart-sql-server-2008-from-command-prompt/comment-page-1/#comment-566 Mon, 12 Mar 2012 14:38:08 +0000 https://sqlserverlearner.azurewebsites.net/2012/03/12/start-stop-restart-sql-server-2008-from-command-prompt/#comment-566 For instances:

net start/stop [Service Name]

.. where [Service Name] can be obtained from the instance’s service (services.msc).

Example:

net start MSSQL$INSTANCE1

]]>