A new error I have seen while trying to connect to SQL server.
This error can occur any time, any where you click in studio. The place of occurrence will also be not consistent. Some of the places I have seen the error is,
SOLUTION: Simple as it always will be.
Krishna.
A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (.Net SqlClient Data Provider)
This error can occur any time, any where you click in studio. The place of occurrence will also be not consistent. Some of the places I have seen the error is,
- Trying to connect to SQL server.
- Right click on a DB.
- Executing a query.
SOLUTION: Simple as it always will be.
- Connect to SQL server via studio.
- Right click on SQL instance --> Properties --> Connections --> "Set the Maximum number of concurrent connections to '0' ".
- Save the change.
- Restart the SQL server if possible.
Krishna.