Find max pool size in sql

  • How to find max pool size in sql server 2012?

  • Isn't that a connection property?

    What exactly do you want to know? Does this answer your question?

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Somebody thinks that:

    Looks like someone may have changed the Max Conns on the database side. The DBAs would have to review it to increase the Max Pool size if it was indeed changed

    I used this command:

    select * from sys.configurations

    where name ='user connections'

    Let me know if you have any other thoughts.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply