Connection pooling in SQL 2000
- From: ipramod@xxxxxxxxx
- Date: 7 Dec 2006 04:37:21 -0800
Hi,
I have some questions to be asked related to Connection pooling....
1)
I have enabled connection pooling and created a single connection to
SQL Server 2000 (SQLServer:General Statistics::User Connections = 1).
If I close the connection then the connection is placed back into the
pool (SQLServer:General Statistics::User Connections = 0) ? or the
value of the performance counter SQLServer:General Statistics::User
Connections remains 1 ?
2)
Suppose, I have enabled connection pooling and created a single
connection to SQL Server 2000. I closed the first connection and
immediately open another connection with the same connection string.
So, the first connection without being released is used or the new
connection is used from the connection pool?
3)
Suppose, I have enabled connection pooling and created a single
connection to SQL Server 2000. Now, immediately open another connection
with the same connection string. So, the first connection is used or
the new connection is used from the connection pool?
Please let me know ASAP.
Thanks,
Pramod
.
- Follow-Ups:
- Re: Connection pooling in SQL 2000
- From: Bob Barrows [MVP]
- Re: Connection pooling in SQL 2000
- From: Ralph
- Re: Connection pooling in SQL 2000
- Prev by Date: Connection pool
- Next by Date: Re: Connection pooling in SQL 2000
- Previous by thread: Connection pool
- Next by thread: Re: Connection pooling in SQL 2000
- Index(es):
Relevant Pages
|
|