Hello,
Can I confirm whether pooling=false in the connection string is still required for SQL Server 2005 (Express Edition)?
Various google searches say pooling has to be turned off for SQL Server 2000, but I was just wondering whether it is still a limitation for SQL Server 2005
Thanks
John
Hi,could you please show of these link in google which point out that pooling should be disabled ? You can enable this for sure in SQL Server.
HTH, Jens K. Suessmeyer.
http://www.sqlserver2005.de|||
Hi,
Here's one
http://solidqualitylearning.com/Blogs/dejan/archive/2006/11/10/3487.aspx
I did say, "still required", but perhaps I should have made it clear that most google searches get to SQL Server 2000.
I am having problems with pooling on...
If pooling is off, I execute sp_setapprole after every time I do an Open.
I assume with pooling on, I should execute it just once, the first time I open for the same connection string.
Thanks
John
|||http://msdn2.microsoft.com/en-us/8xx3tyca(VS.80).aspx & http://databases.aspfaq.com/database/how-do-i-enable-or-disable-connection-pooling.html
FYI.
|||If you want to use pooling with application roles, then you should use sp_unsetapprole to unset the approle before returning the connection to the pool. If you cannot enforce this, then you should disable pooling when using application roles. This holds for both SQL Server and SQL Server Express.
Thanks
Laurentiu
No comments:
Post a Comment