Why always spend time opening services and from Control Panel to start or stop SQL Server. It can be done thru command prompt
To Start SQL Server at the command prompt (Start->Run)
net start MSSQLSERVER
To Stop SQL Server from the command prompt (Start->Run)
net stop MSSQLSERVER
No comments:
Post a Comment