all groups > sql server connect > april 2005 >
You're in the

sql server connect

group:

How to determine connection pool from SQL Server?


How to determine connection pool from SQL Server? Rob R. Ainscough
4/15/2005 10:15:46 AM
sql server connect: I was going thru Enterprise Manager and can't see connection count, I can
see User connected, but that doesn't give me an actual connection count.

Is there a way to determine my connection pool count from Enterprise Manager
and/or some other tool?

Thanks, Rob.

Re: How to determine connection pool from SQL Server? Rob R. Ainscough
4/15/2005 2:37:10 PM
I ended up using the SQL Profiler -- Session -- not perferct (does show
counts), but gave me an idea.

Where does one find the ".NET data provider for SQL Server" performance mon
object?

[quoted text, click to view]

Re: How to determine connection pool from SQL Server? Vikram Vamshi
4/15/2005 4:00:10 PM
'Connection Pool' is a feature of the client side library, if you are using
the .net provider for sql server then you should be able to look at the
following perfmon object:
".NET data provider for SQL Server"
hth
--
Vikram Vamshi
Eclipsys Corporation
[quoted text, click to view]

Re: How to determine connection pool from SQL Server? Vikram Vamshi
4/19/2005 6:19:28 PM
It is bundled with the .net runtime /sdk

--
Vikram Vamshi
Eclipsys Corporation
[quoted text, click to view]

AddThis Social Bookmark Button