Click to Rate and Give Feedback
TechNet
TechNet Library
Collapse All/Expand All Collapse All
Microsoft SQL Server Best Practices Analyzer
Set AUTO_CLOSE Database Option to OFF (SQL Server BPA)

The AUTO_CLOSE database setting can cause performance degradation. This is caused by the increased overhead of opening and closing the database after each connection. AUTO_CLOSE also flushes the procedure cache after each connection.

If a database is accessed frequently, set the AUTO_CLOSE option to OFF for the database.

© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker