• subscribe
December 19, 2001 12:00 AM

Determining the Maximum Number of Connections to SQL Server 2000

SQL Server Pro
InstantDoc ID #23323

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.

From an architectural standpoint, if you're planning to provide more than a few thousand connections, you might want to use a middle-tier server such as Microsoft COM+ (Component Services), which comes in the box with Windows 2000, for programs that can use connection pooling to share connections to the database. If your applications are designed and programmed well, you can service more than 30 concurrent users from one connection.



ARTICLE TOOLS

Comments
  • rajneesh
    8 years ago
    Apr 20, 2004

    Could you please explain what does a node means and what an instance of node means. Also i would like to know how is this relateed to the user licence

You must log on before posting a comment.

Are you a new visitor? Register Here
  • SP1?
    I know there is a SP1 for SQL 2008 R2 available....and there is a "feature pack" as well... ...
  • SQL database mirroring
    I have SQL Server 2008 R2 Enterprise 64bit on Windows 2008 R2 Enterprise 64bit.  Each SQL Server has...
  • Dell Compellent Disk Drive
    Does anybody has experience with Dell Compellent Disk Drive? Basically, this system manages all disk...
  • Sql server performance tuning
    I need to find a tool that help me to optimize sql server,queries,improve the performance and solve ...