What is connection polling and How to enable and disable connection pooling?
shanu kumar
Connection pooling is a technique to reuses current active connections with the same connection string instead of creating separate new connections when a request is made to the database. Use "Pooling=true;" in connection string to enable the pooling with SQLSever datasource.