|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Pooling Counters in PerfmonOur web app is throwing errors that appear to be associated with
connection pooling. I found the tab in the ODBC manager to turn on perfom counters and I added the counters on both the web and SQL servers. However, they aren't incrementing... absolutely nothing is happening with them. Any suggestions as to what I might need to do? Thanks, CGW *** Sent via Developersdex http://www.developersdex.com *** Ah, the perf counters for SQL Server are implemented by the SqlClient .NET
data provider. Why are you using ODBC--AFAIK it does not support counters. Which (specifically) counters are you using? -- Show quote____________________________________ William (Bill) Vaughn Author, Mentor, Consultant Microsoft MVP INETA Speaker www.betav.com/blog/billva www.betav.com Please reply only to the newsgroup so that others can benefit. This posting is provided "AS IS" with no warranties, and confers no rights. __________________________________ Visit www.hitchhikerguides.net to get more information on my latest book: Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition) Between now and Nov. 6th 2006 you can sign up for a substantial discount. Look for the "Early Bird" discount checkbox on the registration form... ----------------------------------------------------------------------------------------------------------------------- "CGW" <nospam@daymon.com> wrote in message news:u4DU1FI7GHA.2120@TK2MSFTNGP03.phx.gbl... > Our web app is throwing errors that appear to be associated with > connection pooling. I found the tab in the ODBC manager to turn on > perfom counters and I added the counters on both the web and SQL > servers. However, they aren't incrementing... absolutely nothing is > happening with them. Any suggestions as to what I might need to do? > > Thanks, > > CGW > > *** Sent via Developersdex http://www.developersdex.com *** |
|||||||||||||||||||||||