Stop and Start SQL Server Indtance Using Command Prompt

In this blog we learn , how to stop and start the SQL Server Indtance Using Command Prompt. First go to start and run Command Prompt in Administrator mode.
 
Stop the SQL Server Instance:
 
Use following command to stop the SQL Server instance  "net stop mssqlserver" .
 
 
 
Start the SQL Server Instance

Use following command to start the SQL Server instance "net start mssqlserver".