Connection Error: (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.Or you may get an error like the one below:
"A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connection.s (provider: Shared Memory Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 2)"
Ads by Google
Posted by ellen at August 26, 2010 06:26 PM
- Log on to the server and check the status of Services associated with SQL server. Open Services:
(Start > Administrative Tools > Services)." - Look for items starting with "SQL Server". There will probably be some that are not started.
- Right click the stopped items and select Automatic Startup type as shown.
- Click the Start button and OK.
Ads by Google