
Stop/Start MSSQL Server 2005 via Command Prompt
C:\> net stop mssqlserver
C:\> net start mssqlserver
Stop/Start MSSQL Server 2005 via Services
Go to the Windows Services. Look for mssqlserver and from there you can stop, start and restart the left panel of the Services box.



