Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit abde5fa

Browse files
authored
Merge pull request #14639 from v-thepet/patch-10
BrokenLinkBugs: Fix one other OPS 4/19/20
2 parents 4a8bab6 + 7d6c159 commit abde5fa

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
@@ -91,7 +91,7 @@ The following table lists and describes the trace flags that are available in [!
9191
|**1448**|Enables the replication log reader to move forward even if the async secondaries have not acknowledged the reception of a change. Even with this trace flag enabled the log reader always waits for the sync secondaries. The log reader will not go beyond the min ack of the sync 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 async secondary fails. For more information, see this [Microsoft Support article](https://support.microsoft.com/kb/937041).<br /><br />**Scope**: global only|
9292
|**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|
9393
|**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 4k 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|
94-
| **1819**| Allows [backup to URL](../../relational-databases/backup-restore/sql-server-backup-to-url.md) to leverage a proxy server when accessing Azure block blobs. In addition to this trace flag, you must set the WinHTTP proxy configuration on the server via one of the following methods: <br /><br />- The [proxycfg.exe](/windows/win32/winhttp/proxycfg-exe--a-proxy-configuration-tool) utility on Windows XP or Windows Server 2003 and earlier. <br /> - The [netsh.exe](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc731131) utility on Windows Vista and Windows Server 2008 or later. <br /><br />**Scope**: global or session or query (QUERYTRACEON) |
94+
| **1819**| Allows [backup to URL](../../relational-databases/backup-restore/sql-server-backup-to-url.md) to leverage a proxy server when accessing Azure block blobs. In addition to this trace flag, you must set the WinHTTP proxy configuration on the server via one of the following methods: <br /><br />- The [proxycfg.exe](/windows/win32/winhttp/proxycfg-exe--a-proxy-configuration-tool) utility on Windows XP or Windows Server 2003 and earlier. <br /> - The [netsh.exe](/windows/win32/winsock/netsh-exe) utility on Windows Vista and Windows Server 2008 or later. <br /><br />**Scope**: global or session or query (QUERYTRACEON) |
9595
|**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|
9696
|**2301**|Enable advanced decision support optimizations. For more information, see this [Microsoft Support article](https://support.microsoft.com/kb/920093).<br /><br />**Scope**: global or session or query (QUERYTRACEON) |
9797
|**2312**|Sets the query optimizer cardinality estimation model to the [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)] and later versions, dependent of the compatibility level of the database.<br /><br />**Note:** If the database compatibility level is lower than 120, enabling trace flag 2312 uses the cardinality estimation model of [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)] (120). For more information, see [Microsoft Support article](https://support.microsoft.com/kb/2801413).<br /><br />Starting with [!INCLUDE[ssSQL15](../../includes/sssql15-md.md)] SP1, to accomplish this at the query level, add the USE HINT 'FORCE_DEFAULT_CARDINALITY_ESTIMATION' [query hint](../../t-sql/queries/hints-transact-sql-query.md) instead of using this trace flag.<br /><br />**Scope**: global or session or query (QUERYTRACEON)|

0 commit comments

Comments
 (0)