Hi, im using the Enterprise Library to insert and update data to an sql database.
Im getting error:
"Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached."
I want to check how many open connections I have while the application is running.
piram
Member
127 Points
151 Posts
Check open connections tool
Feb 21, 2013 08:56 PM|LINK
Hi, im using the Enterprise Library to insert and update data to an sql database.
Im getting error:
"Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached."
I want to check how many open connections I have while the application is running.
Which tool can I use to do that?
Thanks.
ignatandrei
All-Star
137690 Points
22151 Posts
Moderator
MVP
Re: Check open connections tool
Feb 22, 2013 02:42 AM|LINK
Sql Server profiler( comes with SqlServer>Express)
piram
Member
127 Points
151 Posts
Re: Check open connections tool
Mar 08, 2013 03:28 PM|LINK
Thanks.