how to start the sql server using command prompt
=============We can start the SQL Server in command prompt also. Go to Run--> type below command..
If default instance
-------------------
net start mssqlserver
net stop mssqlserver
With named Instance
-------------------
net start mssql$instancename
net stop mssql$instance.
No comments:
Post a Comment