Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.43 KB

File metadata and controls

28 lines (23 loc) · 1.43 KB
title Default Trace Log Files Disabled | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology security
ms.topic conceptual
helpviewer_keywords
Best Practices [Database Engine]
ms.assetid c27761e6-75ed-4ee4-a236-0cbc42e500a1
author MikeRayMSFT
ms.author mikeray
manager craigg

Default Trace Log Files Disabled

This rule checks the value of the sp_configure stored procedure default trace enabled option to determine whether default trace is set ON (1) or OFF (0). When this option is enabled, default tracing provides information about configuration and DDL changes to the [!INCLUDEssDEnoversion]. In some cases, this information can be helpful for customers and [!INCLUDEmsCoName] Customer Service and Support when they troubleshooting issues with the [!INCLUDEssDE].

Best Practices Recommendations

Use the sp_configure stored procedure to enable tracing by setting the value of default trace enabled to 1.

For More Information

Server Configuration Options (SQL Server)

See Also

Monitor and Enforce Best Practices by Using Policy-Based Management