Re: ODBC/OLE DB Connection Pool
From: Erland Sommarskog (esquel_at_sommarskog.se)
Date: 11/27/04
- Next message: Erland Sommarskog: "Re: ODBC/OLE DB Connection Pool"
- Previous message: EricYuh Taiwan: "Re: Different result of LIKE and LEFT query in mdb file"
- In reply to: Bob Barrows [MVP]: "Re: ODBC/OLE DB Connection Pool"
- Next in thread: Mark: "Re: ODBC/OLE DB Connection Pool"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 27 Nov 2004 22:54:16 +0000 (UTC)
Bob Barrows [MVP] (reb01501@NOyahoo.SPAMcom) writes:
> Darn. I forgot to mention that it is fairly easy to prove that pooling is
> working by using SQL Profiler to verify whether your connections are being
> re-used..
And the thing to look for is calls to sp_reset_connection. If you see this
call, connections are being reused. (If you don't see any calls to
sp_reset_connection, you really don't have any pooling - or connections
occurs less than once a minute.)
-- Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Books Online for SQL Server SP3 at http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
- Next message: Erland Sommarskog: "Re: ODBC/OLE DB Connection Pool"
- Previous message: EricYuh Taiwan: "Re: Different result of LIKE and LEFT query in mdb file"
- In reply to: Bob Barrows [MVP]: "Re: ODBC/OLE DB Connection Pool"
- Next in thread: Mark: "Re: ODBC/OLE DB Connection Pool"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|