SQL
MS SQL and .net Development
Pages
(Move to ...)
Home
▼
Monday, March 4, 2013
Restart SQL Server from command prompt
Sometime time you may need to restart SQL server from command prompt. Below command is used to stop and start SQL Server:
Net Stop mssql$YourSQLServerInstanceName
Net Start mssql$YourSQLServerInstanceName
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment