SQL Server 2000 and 2005 threads

  • Thread starter Thread starter jp2msft
  • Start date Start date
J

jp2msft

I'm interested to learn just how many threads (separate calls to the Server)
SQL Server 2000 (which we have now) can handle and how many more SQL Server
2005 can handle.

What happens if the Server's thread limit is reached? Would my C#
application throw some form of SqlException?
 
I'm interested to learn just how many threads (separate calls to the Server)
SQL Server 2000 (which we have now) can handle and how many more SQL Server
2005 can handle.

What happens if the Server's thread limit is reached? Would my C#
application throw some form of SqlException?

and how is that related to C#?

you should post it in a SQL group
 
Back
Top