M
microsoft.public.sqlserver.programming
I am seeing sql processes (seen under Current Activity->process Info)
exploding into over 100 processes even though hardly anyone is using
it.
It is an ASP.NET application, and I religiously close every sql
connection. after every transaction. Some interesting observations to
note
* This is new ever since we moved over to a new server. All the sql
patches are up to date. It is 2003.
* The list of processes shows that the login time for all 100
connections are within 3-4 minutes of each other.
* Last Batch times are even more interesting. About 30 of those show
1/1/1900. What does that mean. These do not show any Last TSQL batch
* After the explosion, the number of connections go right back to 1 or
2 which is where it should be a few minutes later.
This application has been in production for 4 years and this has never
been an issue.
I suppose I can run SQL Profiler to trace this, but are there any
other suggestions? Could the server be under attack?
exploding into over 100 processes even though hardly anyone is using
it.
It is an ASP.NET application, and I religiously close every sql
connection. after every transaction. Some interesting observations to
note
* This is new ever since we moved over to a new server. All the sql
patches are up to date. It is 2003.
* The list of processes shows that the login time for all 100
connections are within 3-4 minutes of each other.
* Last Batch times are even more interesting. About 30 of those show
1/1/1900. What does that mean. These do not show any Last TSQL batch
* After the explosion, the number of connections go right back to 1 or
2 which is where it should be a few minutes later.
This application has been in production for 4 years and this has never
been an issue.
I suppose I can run SQL Profiler to trace this, but are there any
other suggestions? Could the server be under attack?