After a BSOD the sql server doesn't work normal anymore.
I must restart the SQL SERVER (SQLEXPRESS) service every time I'm connecting with different client (application)
e.g: When I'm connecting with the software I developed it connects, then when I connect with SSMS it can't: I must restart the sql server service to let it connect. And when I'm connecting in SSMS first, my software can't connect: I must restart the service.
Here's the error:
TITLE: Connect to Server
Unable to connect to .\SQLEXPRESS.
------------------------------ ADDITIONAL INFORMATION :
The client was unable to establish a connection due to an error during the connection initialization process. Common causes include attempts to connect the client to an unsupported version of SQL Server, a server too busy to accept new connections, or a resource limitation (memory or maximum number of allowed connections) on the server. (provider: Shared Memory Provider, error: 0 - There is no process at the other end of the channel.) (Microsoft SQL Server, Error: 233)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=233&LinkId=20476
There is no process at the other end of the pipe