Fix SQL Server connection problems If you are a developer experiencing “Connect to Server” errors using SQL Server Management Studio on your local machine or development box, consult the checklist ...
browse to your local server through the "Server Explorer" tab in VS.NET. You should be able to view/generate a new connection string from there. I've noticed that localhost/ (local) didn't work for me ...
You will fail to connect to your database if the SQL Server service is not running. If you try running the SQL Server service from the Services.msc app, you will ...