August 10, 2015 at 9:22 am
How to find max pool size in sql server 2012?
August 10, 2015 at 9:34 am
Isn't that a connection property?
What exactly do you want to know? Does this answer your question?
August 10, 2015 at 9:40 am
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