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.