Hello,
i have an application connected to SQL server 2008 x64 SP2 and open huge number of connection in spite of the medium number of users are really using this connection i took random 5 min it was around 9000 connections
i have asked the developer who wrote the application and they confirmed that they are using connection pooling technique , please i know such number of connection are really consuming a lot of network resources plus write 100 of GB in the audit files (success login)
Please advise if there is any way to optimize the connection between application and SQL