Skip to content

Commit acccf9c

Browse files
committed
Update applies to for SQL Server no version
1 parent 4b157ca commit acccf9c

1,434 files changed

Lines changed: 1451 additions & 1433 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/database-engine/breaking-changes-to-database-engine-features-in-sql-server-2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: mikeray
1717
monikerRange: ">=sql-server-2017||=sqlallproducts-allversions||>=sql-server-linux-2017"
1818
---
1919
# Breaking Changes to Database Engine Features in [!INCLUDE[sssqlv14-md](../includes/sssqlv14-md.md)]
20-
[!INCLUDE[SQL Server 2017](../includes/applies-to-version/_ss2017.md)]
20+
[!INCLUDE[SQL Server 2017](../includes/applies-to-version/sqlserver2017.md)]
2121

2222

2323
This topic describes breaking changes in the [!INCLUDE[sssqlv14-md](../includes/sssqlv14-md.md)] [!INCLUDE[ssDE](../includes/ssde-md.md)]. These changes might break applications, scripts, or functionalities that are based on earlier versions of [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)]. You might encounter these issues when you upgrade.

docs/database-engine/configure-windows/access-check-cache-server-configuration-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ author: markingmyname
1515
ms.author: maghan
1616
---
1717
# access check cache Server Configuration Options
18-
[!INCLUDE[SQL Server](../../includes/applies-to-version/_ssnoversion.md)]
18+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
1919

2020
When database objects are accessed by [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], the access check is cached in an internal structure called the **access check result cache**. The **access check cache quota** and **access check cache bucket count** options control the number of entries and number of hash buckets used for **access check result cache**. In rare circumstances, performance can be improved by changing these options.
2121

docs/database-engine/configure-windows/ad-hoc-distributed-queries-server-configuration-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ author: markingmyname
2020
ms.author: maghan
2121
---
2222
# ad hoc distributed queries Server Configuration Option
23-
[!INCLUDE[SQL Server](../../includes/applies-to-version/_ssnoversion.md)]
23+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
2424

2525
By default, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] does not allow ad hoc distributed queries using OPENROWSET and OPENDATASOURCE. When this option is set to 1, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] allows ad hoc access. When this option is not set or is set to 0, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] does not allow ad hoc access.
2626

docs/database-engine/configure-windows/adr-cleaner-retry-timeout-configuration-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: mikeray
1414
---
1515
# ADR cleaner retry timeout (min) configuration option
1616

17-
[!INCLUDE[SQL Server](../../includes/applies-to-version/_ssnoversion.md)]
17+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
1818

1919
Introduced in SQL Server 2019.
2020

docs/database-engine/configure-windows/adr-preallocation-factor-server-configuration-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: mikeray
1414
---
1515
# ADR Preallocation Factor configuration option
1616

17-
[!INCLUDE[SQL Server](../../includes/applies-to-version/_ssnoversion.md)]
17+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
1818

1919
Introduced in SQL Server 2019.
2020

docs/database-engine/configure-windows/affinity-input-output-mask-server-configuration-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ author: markingmyname
1818
ms.author: maghan
1919
---
2020
# affinity Input-Output mask Server Configuration Option
21-
[!INCLUDE[SQL Server](../../includes/applies-to-version/_ssnoversion.md)]
21+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
2222

2323
To carry out multitasking, [!INCLUDE[msCoName](../../includes/msconame-md.md)] Windows sometimes move process threads among different processors. Although efficient from an operating system point of view, this activity can reduce [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] performance under heavy system loads, as each processor cache is repeatedly reloaded with data. Assigning processors to specific threads can improve performance under these conditions by eliminating processor reloads; such an association between a thread and a processor is called processor affinity.
2424

docs/database-engine/configure-windows/affinity-mask-server-configuration-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ms.date: 06/11/2020
2525

2626
# affinity mask Server Configuration Option
2727

28-
[!INCLUDE[SQL Server](../../includes/applies-to-version/_ssnoversion.md)]
28+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
2929

3030
> [!NOTE]
3131
> [!INCLUDE[ssNoteDepFutureDontUse](../../includes/ssnotedepfuturedontuse-md.md)] Use [ALTER SERVER CONFIGURATION (Transact-SQL)](../../t-sql/statements/alter-server-configuration-transact-sql.md) instead.

docs/database-engine/configure-windows/affinity64-input-output-mask-server-configuration-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ author: markingmyname
1717
ms.author: maghan
1818
---
1919
# affinity64 Input-Output mask Server Configuration Option
20-
[!INCLUDE[SQL Server](../../includes/applies-to-version/_ssnoversion.md)]
20+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
2121

2222
The **affinity64 I/O mask** binds [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] disk I/O to a specified subset of CPUs, similar to the **affinity I/O mask** option. Use **affinity I/O mask** to bind the first 32 processors, and use **affinity64 I/O mask** to bind the remaining processors on the computer. If you reconfigure the **affinity64 I/O mask**, you must restart the instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. This option is only visible on the 64-bit version of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
2323

docs/database-engine/configure-windows/affinity64-mask-server-configuration-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ author: markingmyname
1717
ms.author: maghan
1818
---
1919
# affinity64 mask Server Configuration Option
20-
[!INCLUDE[SQL Server](../../includes/applies-to-version/_ssnoversion.md)]
20+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
2121

2222
The affinity64 mask binds processors to specific threads, similar to the affinity mask option. Use affinity mask to bind the first 32 processors, and use affinity64 mask to bind the remaining processors on the computer. This option is only visible on the 64-bit version of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
2323

docs/database-engine/configure-windows/agent-xps-server-configuration-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ author: markingmyname
1616
ms.author: maghan
1717
---
1818
# Agent XPs Server Configuration Option
19-
[!INCLUDE[SQL Server](../../includes/applies-to-version/_ssnoversion.md)]
19+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
2020

2121
Use the **Agent XPs** option to enable the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent extended stored procedures on this server. When this option is not enabled, the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent node is not available in [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] Object Explorer.
2222

0 commit comments

Comments
 (0)