.NET Data Provider for SqlServer
Posted
by DMcKenna
on Stack Overflow
See other posts from Stack Overflow
or by DMcKenna
Published on 2010-03-08T11:59:37Z
Indexed on
2010/03/08
12:06 UTC
Read the original article
Hit count: 287
sql
|performance-tuning
Has anybody managed to get the ".NET Data Provider for SqlServer" to actually work within perfmon.exe.
I have a .NET app that uses nhibernate to interact with sql server 2005 db. All I want to do is to view the NumberOfActiveConnectionPools, NumberOfActiveConnections and the NumberOfFreeConnections within perfmon.exe
Can somebody explain to me how exactly I get this to work?
Regards,
David
© Stack Overflow or respective owner