Select from following answers:- 100
- 1

- 1 per user
- All Above
Each connection pool is associated with a distinct connection string. When a new connection is opened, if the connection string is not an exact match to an existing pool, a new pool is created. Connections are pooled per process, per application domain, per connection string, and, when using integrated security, per Windows identity. In this case a single user ID and password is used to connect to the database. All connections are within a single connection pool.
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator