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 2000 Forums
 SQL Server Administration (2000)
 Determine the number of open connections at a time

Author  Topic 

deepatarak
Starting Member

3 Posts

Posted - 2005-11-22 : 00:38:20
Hi,

We have a huge application that seems to have some connection leakages. Is there any comman or utility i can use to determine at
a point of time how many connections are open for a database? Sorry if its a very fundamental question

deepatarak

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2005-11-22 : 00:46:42
use sp_who

[KH]
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-11-22 : 00:56:36
Also run Profiler for more information

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -