Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.33 KB

File metadata and controls

29 lines (24 loc) · 1.33 KB
title Set the AUTO_CLOSE Database Option to OFF | Microsoft Docs
ms.custom
ms.date 03/04/2017
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology security
ms.topic conceptual
helpviewer_keywords
Best Practices [Database Engine]
ms.assetid e6b03364-263a-4ec4-9794-de9869d396ce
author VanMSFT
ms.author vanto

Set the AUTO_CLOSE Database Option to OFF

[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md] 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.

Best Practices Recommendations

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

For More Information

ALTER DATABASE SET Options (Transact-SQL)

See Also

Monitor and Enforce Best Practices by Using Policy-Based Management