Problem with SqlServer 2005 when openning connections

Posted by Jose Obregon on Stack Overflow See other posts from Stack Overflow or by Jose Obregon
Published on 2010-03-19T18:39:12Z Indexed on 2010/03/19 18:41 UTC
Read the original article Hit count: 381

Filed under:

I have a Winforms application and I use EntLib to connect to a SQL Server 2005 DB. The application is working ok, but somethings, and lately more often, we have started receiving this error from the db when openning the connection:

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.) (Microsoft SQL Server, Error: 233)

The problem is intermittent. The user works nice for a couple of hours and then suddenly the exception is thrown. Sometimes it happens when we run a small process that loads a file and then inserts the data to the db.

Please if anybody has any thought on this help me

© Stack Overflow or respective owner

Related posts about sqlserver-2005