I believe like many developers I have both Visual Studio and SQL Server installed on my PC. Since I use the PC for various tasks not just for development, SQL Server is by defau
You should just simply go to the Services Manager, however to get there from VS 2008:
Another way would be the commaind line approach of:
net stop "SQL Server (MSSQLSERVER)" net start "SQL Server (MSSQLSERVER)"