Lesson Learned #208: Hands-On-Labs:10928-Resource ID:2.The session limit for the database is reached

This post has been republished via RSS; it originally appeared at: New blog articles in Microsoft Tech Community.

We used to have cases where our customer faced the following error message: "10928-Resource ID : 2. The session limit for the database is x and has been reached. See 'http://go.microsoft.com/fwlink/?LinkId=267637' for assistance." in this video we are going to give some insights about it.

 

The Resource ID x indicates the resource that has reached the limit. You could find more information here 

 

In this video we are going to give some insights about it:

 

Why this issue happens?

  • You reach the maximum number of connections available for your database (hard limit).

 

How to find the number of session opened?

  • SQL SERVER Management Studio

 

How to fix the issue?

  • Close all the connections.
  • Scale up your database.

 

Enjoy!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.