| title | Set the AUTO_CLOSE Database Option to OFF | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 06/13/2017 | |
| ms.prod | sql-server-2014 | |
| ms.reviewer | ||
| ms.technology | security | |
| ms.topic | conceptual | |
| helpviewer_keywords |
|
|
| ms.assetid | e6b03364-263a-4ec4-9794-de9869d396ce | |
| author | MikeRayMSFT | |
| ms.author | mikeray | |
| manager | craigg |
This rule checks whether the AUTO_ CLOSE option is set OFF. When AUTO_CLOSE is set ON, this option can cause performance degradation on frequently accessed databases because of 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.
ALTER DATABASE SET Options (Transact-SQL)
Monitor and Enforce Best Practices by Using Policy-Based Management