What is the max value for a SQL Server SPID? How long can a spid be dormant before connection pooling occurs?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

SQL can have about 65000 spids. The length of time that a connection is open has nothing to do with connection pooling. The driver that the client appliation uses controls if connection pooling is used.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.