How many client connections does SQL Server 2000 support?
SQL Server 2000 supports 32,767 connections per instance. You can run 16 instances per node, so the maximum number of client connections per server node is 524,272. Note that unless you have SQL Server 2000 Enterprise Edition, you have to pay separately to use each of the 16 instances on one computer.
Fr...