How do I restart the MS SQL Server on my Windows VPS?
The following article explains how to restart the SQL server on your Windows VPS. This article applies to both SQL Workgroup and SQL Express.
To restart the SQL server, please follow these steps:
- Log into your server through Remote Desktop Connection (instructions for connecting to your server through RDC can be found here).
- Click Start, Programs, Administrative Tools and select Services.
- Scroll through the list and select SQL Server (SQLExpress) or SQL Server (MSSQLServer), depending on your version.
- Click the Restart Service button.
You should see the service stop and then start.




