Hi all,
sp_reset_connection is used to reset(for re-using) a connection from the connection pool.
I would like to know whether any options available inside the SQL Server to control the number of connections, so DBAs can control it.
There are huge number of threads in DORMANT status present in the servers with SP sp_reset_connection.
Thanks in Advance