Skip to content

Commit 9ca05bf

Browse files
authored
Merge pull request #21574 from rwestMSFT/rw-0329-tf
Remove 2005-era link
2 parents f8f27aa + 9632b98 commit 9ca05bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The following table lists and describes the trace flags that are available in [!
107107
|<a name="tf1236"></a>**1236**|Enables database lock partitioning. For more information, see this [Microsoft Support article](https://support.microsoft.com/kb/2926217).<br /><br />**Note:** Starting with [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)] SP3 and [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)] SP1 this behavior is controlled by the engine and trace flag 1236 has no effect.<br /><br />**Scope**: global only|
108108
|<a name="tf1237"></a>**1237**|Allows the ALTER PARTITION FUNCTION statement to honor the current user-defined session deadlock priority instead of being the likely deadlock victim by default. For more information, see this [Microsoft Support article](https://support.microsoft.com/help/4025261).<br /><br />**Note:** Starting with [!INCLUDE[sssql17](../../includes/sssql17-md.md)] and database [compatibility level](../../t-sql/statements/alter-database-transact-sql-compatibility-level.md) 140 this is the default behavior and trace flag 1237 has no effect.<br /><br />**Scope**: global or session or query (QUERYTRACEON)|
109109
|<a name="tf1260"></a>**1260**|Disable scheduler monitor dumps.<br /><br />**Scope**: global only|
110-
|<a name="tf1448"></a>**1448**|Enables the replication log reader to move forward even if the asynchronous secondaries have not acknowledged the reception of a change. Even with this trace flag enabled the log reader always waits for the synchronous secondaries whose synchronization state is SYNCHRONIZED. The log reader will not go beyond the minimum acknowledged Log Sequence Number of the SYNCHRONIZED secondaries. This trace flag applies to the instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], not just an availability group, an availability database, or a log reader instance. Takes effect immediately without a restart. This trace flag can be activated ahead of time or when an asynchronous secondary fails. For more information, see this [Microsoft Support article](https://www.betaarchive.com/wiki/index.php?title=Microsoft_KB_Archive/937041).<br /><br />**Scope**: global only|
110+
|<a name="tf1448"></a>**1448**|Enables the replication log reader to move forward even if the asynchronous secondaries have not acknowledged the reception of a change. Even with this trace flag enabled the log reader always waits for the synchronous secondaries whose synchronization state is SYNCHRONIZED. The log reader will not go beyond the minimum acknowledged Log Sequence Number of the SYNCHRONIZED secondaries. This trace flag applies to the instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], not just an availability group, an availability database, or a log reader instance. Takes effect immediately without a restart. This trace flag can be activated ahead of time or when an asynchronous secondary fails.<br /><br />**Scope**: global only|
111111
|<a name="tf1462"></a>**1462**|Disables log stream compression for asynchronous availability groups. This feature is enabled by default on asynchronous availability groups in order to optimize network bandwidth. For more information, see [Tune compression for availability group](../../database-engine/availability-groups/windows/tune-compression-for-availability-group.md).<br /><br />**Scope**: global only|
112112
|<a name="tf1800"></a>**1800**|Enables [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] optimization when disks of different sector sizes are used for primary and secondary replica log files, in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Always On and Log Shipping environments. This trace flag is only required to be enabled on [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] instances with transaction log file residing on disk with sector size of 512 bytes. It is **not** required to be enabled on disk with 4 KB sector sizes. For more information, see this [Microsoft Support article](https://support.microsoft.com/kb/3009974).<br /><br />**Note:** This trace flag applies to [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)] SP1 CU13, [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)] SP2 CU3, [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)] RTM CU5, and higher builds. <br /><br />**Scope:** global only|
113113
|<a name="tf1802"></a>**1802**|Disables ACL change and impersonated access verification during database attach or detach operations. This may be useful when attaching a database and encountering access permission errors, such as error 5120.<br /><br />**Scope**: global only|

0 commit comments

Comments
 (0)