Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does the amount of SPID's matter?

Status
Not open for further replies.

waz007

Programmer
Joined
Jun 26, 2002
Messages
6
Location
GB
I have 120 processes (written in VB) running on a server that also has SQL Server running on it.

There are 1500+ SPID's running all the time.

The problem is that it takes a long time to refresh the current activity - is this OK or can this cause me problems?

Thanx
 
If your SQL Server is configured properly, it should be able to handle 1500 open connections. The only pain will be your while you wait for the refresh.

Are you sure the 1500 connections are active? Sometimes SQL Connections become orphaned. That is, the client is no longer connected but SQL Server holds the connection.

See the Orphaned connections topic in SQL BOL and the following links.

Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top