Maximum number of SQL Server user connections

Source: Internet
Author: User
Tags connect to microsoft sql server

Use the user connections option to specify the maximum number of users allowed to connect to Microsoft SQL server at the same time. The actual number of user connections allowed depends on the SQL Server version in use and the application.ProgramAnd hardware restrictions. SQL Server allows up to 32,767 users to connect at the same time.

Because user connections is dynamic (automatic configuration options), SQL Server will automatically adjust the maximum number of users connected to the user as needed, and the maximum cannot exceed the allowed maximum. For example, if only 10 users log on, 10 user connection objects are allocated. In most cases, there is no need to change the value of this option.

You can use the SQL query analyzer and the following statements to determine the maximum number of user connections allowed by the system:

Select @ max_connections

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.