Sunday, July 29, 2012

SQL SERVER- How To Stop and Restart to default Instance of SQL Server Using Command Prompt


It is very easy and useful. Follow the below step to perform it.

Open Command Prompt-

Click on Start -> Run -> Type cmd  ->Ok

See if SQL Server instance is already running then below net start mssqlserver command will return below result.
  Now we will STOP the SQL Server using net stop mssqlserver command

  
Now SQL Server has been Stooped
Now again we will restart the SQL Server default Instance using net start mssqlserver command






Like and Share to SQL Integrity Blog

No comments:

Post a Comment

Thank You !!!!