PDA

View Full Version : Monitoring users


androoo
12-11-2005, 06:55 AM
Hi I need to be able to monitor active connections to test that connection pooling is working effectively.
As i dont have permission to run sp_who is there another way to look at the database connections?

Thanks, A

junior
12-13-2005, 10:31 AM
You can accomplish this by querying the master..sysprocesses and searching for your database name in your select statement


junior

DiscountASP.NET

www.DiscountASP.NET (http://www.DiscountASP.NET)