Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Connection Pooling and Open Transactions

Author  Topic 

DBADave
Constraint Violating Yak Guru

366 Posts

Posted - 2009-07-01 : 08:05:34
We are seeing processes with a status of SLEEPING, a command of AWAITING COMMAND and OPEN TRAN = 1. The development team believes this may be normal behavior for connection pooling. I believe this indicates a transaction was not properly committed. If OPEN TRAN was zero, then this would make more sense to me in terms of connection pooling behavior. Do you agree this is a problem with transactions not being completed properly?

Thanks, Dave
   

- Advertisement -