You can start, stop, pause and resume Sql Server Services as all other services.
To manage the default database istance open command prompt and type:
- NET START MSSQLSERVER - Starts SQL Server
- NET STOP MSSQLSERVER - Stops SQL Server
- NET PAUSE MSSQLSERVER - Pauses SQL Server
- NET CONTINUE MSSQLSERVER - Resumes SQL Server