Problems with SQL Server 2008 - "The client was unable to reuse a session with SPID 62, which had ..
        Posted  
        
            by GrZeCh
        on Server Fault
        
        See other posts from Server Fault
        
            or by GrZeCh
        
        
        
        Published on 2009-08-04T07:34:20Z
        Indexed on 
            2010/03/22
            10:31 UTC
        
        
        Read the original article
        Hit count: 1137
        
sql-server-2008
|connection
Hello,
I'm having problems with my SQL Server 2008 installation (10.0.2531.0 - SP1 installed). It works as a database server for small hosting environment (about 500 sites).
I'm getting errors like this:
The client was unable to reuse a session with SPID 62, which had been reset for connection pooling. The failure ID is 29. This error may have been caused by an earlier operation failing. Check the error logs for failed operations immediately before this error message.
in Windows event log and when I run this:
SELECT  *  FROM sys.dm_os_performance_counters WHERE object_name = 'SQLServer:General Statistics'
I see that one of counters looks a little odd:
Logins/sec                   429
Connection Reset/sec         163459
Logouts/sec                  399
User Connections             30
Logical Connections          33
any ideas how to check what is causing this problem?
© Server Fault or respective owner