.Net CLR Data - Performance Counter Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to check connection pooling by using ".NET CLR
Data->SQLClient: Current # pooled..."

But I see <No Instances>.

Sure I have open instance of SQLConnection.

I run Framework 2.0 on Win 2003 PDC.

Thanks in advance.
 
Hi Israel,

I tried to do the same thing on my machine, but it works fine and two items
were listed

_global
WindowsApplication221

You can try to start your application, open the connection, then restart
the Performance Counter. Now the instance may appear in the list box.

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top