We have an asp.net / sql server application which is ASP model and needs dynamic connection switching to go to different dbs based on client login. And i found recently maximum connection of pool reached after a week of continous run.
How to identify unwanted connections in sql server and reset them.
How to identify unwanted connections in sql server and reset them.