Skip to content

Commit db4e155

Browse files
author
Christopher McClister
committed
LinkFix: sql-docs-pr (2022-05) - 0
1 parent 400fc0c commit db4e155

File tree

50 files changed

+88
-96
lines changed

Some content is hidden

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

50 files changed

+88
-96
lines changed

data-migration/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ conceptualContent:
3232
url: /azure/synapse-analytics/migration-guides/migrate-to-synapse-analytics-guide
3333
itemType: how-to-guide
3434
- text: Migrate SQL Server to Azure video
35-
url: https://docs.microsoft.com/shows/data-exposed/migrate-sql-server-to-azure?WT.mc_id=dataexposed-c9-niner-mighub
35+
url: /shows/data-exposed/migrate-sql-server-to-azure?WT.mc_id=dataexposed-c9-niner-mighub
3636
itemType: video
3737
- title: "Oracle to"
3838
links:
@@ -222,4 +222,4 @@ additionalContent:
222222
# Card
223223
- title: CCC Marketing (Japan)
224224
summary: CCC Marketing switched its data analytics infrastructure from Oracle to Microsoft Azure.
225-
url: https://customers.microsoft.com/story/843276-ccc-marketing-professional-services-azure-en-japan
225+
url: https://customers.microsoft.com/story/843276-ccc-marketing-professional-services-azure-en-japan

docs/connect/ado-net/introduction-microsoft-data-sqlclient-namespace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ namespace Microsoft.Data.SqlClient.DataClassification
777777

778778
### UTF-8 support
779779

780-
UTF-8 support doesn't require any application code changes. These SqlClient changes optimize client-server communication when the server supports UTF-8 and the underlying column collation is UTF-8. See the UTF-8 section under [What's new in SQL Server 2019](../../sql-server/what-s-new-in-sql-server-ver15.md).
780+
UTF-8 support doesn't require any application code changes. These SqlClient changes optimize client-server communication when the server supports UTF-8 and the underlying column collation is UTF-8. See the UTF-8 section under [What's new in SQL Server 2019](../../sql-server/what-s-new-in-sql-server-2019.md).
781781

782782
### Always encrypted with secure enclaves
783783

@@ -799,4 +799,4 @@ Different authentication modes can be specified by using the _Authentication_ co
799799

800800
- .NET Framework 4.6+ (Windows x86, Windows x64)
801801
- .NET Core 2.1+ (Windows x86, Windows x64, Linux, macOS)
802-
- .NET Standard 2.0+ (Windows x86, Windows x64, Linux, macOS)
802+
- .NET Standard 2.0+ (Windows x86, Windows x64, Linux, macOS)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ SQL Server 2019 does not introduce breaking changes.
2323

2424
### See also
2525

26-
- [Deprecated database engine features in SQL Server 2019](../database-engine/deprecated-database-engine-features-in-sql-server-version-15.md)
26+
- [Deprecated database engine features in SQL Server 2019](./deprecated-database-engine-features-in-sql-server-2019.md)
2727
- [Discontinued database engine functionality in SQL Server](../database-engine/discontinued-database-engine-functionality-in-sql-server.md)
2828
- [SQL Server database engine backward compatibility](./discontinued-database-engine-functionality-in-sql-server.md)

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ FROM OPENROWSET('SQLNCLI', 'Server=Seattle1;Trusted_Connection=yes;',
5353
GO
5454
```
5555
## Azure SQL Database and Azure SQL Managed Instance
56-
See the [Features comparison: Azure SQL Database and Azure SQL Managed Instance](https://docs.microsoft.com/azure/azure-sql/database/features-comparison) for reference.
56+
See the [Features comparison: Azure SQL Database and Azure SQL Managed Instance](/azure/azure-sql/database/features-comparison) for reference.
5757

5858

5959
## See Also
@@ -63,4 +63,3 @@ See the [Features comparison: Azure SQL Database and Azure SQL Managed Instance]
6363
[OPENDATASOURCE (Transact-SQL)](../../t-sql/functions/opendatasource-transact-sql.md)
6464
[sp_addlinkedserver (Transact-SQL)](../../relational-databases/system-stored-procedures/sp-addlinkedserver-transact-sql.md)
6565

66-

docs/database-engine/configure-windows/configure-windows-service-accounts-and-permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ The account specified during setup is provisioned in the [!INCLUDE[ssDE](../../i
497497

498498
This section describes the changes made during upgrade from a previous version of SQL Server.
499499

500-
- [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] requires a supported [operating system](../../sql-server/install/hardware-and-software-requirements-for-installing-sql-server-ver15.md#operating-system-support). Any previous version of SQL Server running on a lower operating system version must have the operating system upgraded before upgrading SQL Server.
500+
- [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] requires a supported [operating system](../../sql-server/install/hardware-and-software-requirements-for-installing-sql-server-2019.md#operating-system-support). Any previous version of SQL Server running on a lower operating system version must have the operating system upgraded before upgrading SQL Server.
501501
- During upgrade of [!INCLUDE[ssVersion2005](../../includes/ssversion2005-md.md)] to [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] setup configures the SQL Server instance in the following way:
502502

503503
- The [!INCLUDE[ssDE](../../includes/ssde-md.md)] runs with the security context of the per-service SID. The per-service SID is granted access to the file folders of the SQL Server instance (such as DATA), and the SQL Server registry keys.
@@ -593,4 +593,4 @@ The following table shows service names that are displayed by localized versions
593593

594594
- [File Locations for Default and Named Instances of SQL Server](../../sql-server/install/file-locations-for-default-and-named-instances-of-sql-server.md)
595595

596-
- [Install Master Data Services](../../master-data-services/install-windows/install-master-data-services.md)
596+
- [Install Master Data Services](../../master-data-services/install-windows/install-master-data-services.md)

docs/database-engine/configure-windows/sql-server-express-localdb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ms.author: randolphwest
2323

2424
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
2525

26-
Microsoft SQL Server Express LocalDB is a feature of [SQL Server Express](../../sql-server/editions-and-components-of-sql-server-version-15.md) targeted to developers. It is available on SQL Server Express with Advanced Services.
26+
Microsoft SQL Server Express LocalDB is a feature of [SQL Server Express](../../sql-server/editions-and-components-of-sql-server-2019.md) targeted to developers. It is available on SQL Server Express with Advanced Services.
2727

2828
LocalDB installation copies a minimal set of files necessary to start the [!INCLUDE[ssDEnoversion](../../includes/ssdenoversion-md.md)]. Once LocalDB is installed, you can initiate a connection using a special connection string. When connecting, the necessary [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] infrastructure is automatically created and started, enabling the application to use the database without complex configuration tasks. Developer Tools can provide developers with a [!INCLUDE[ssDEnoversion](../../includes/ssdenoversion-md.md)] that lets them write and test [!INCLUDE[tsql](../../includes/tsql-md.md)] code without having to manage a full server instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
2929

@@ -148,4 +148,4 @@ An instance of SQL Server Express LocalDB is an instance created by a user for t
148148
149149
## See Also
150150

151-
[SqlLocalDB Utility](../../tools/sqllocaldb-utility.md)
151+
[SqlLocalDB Utility](../../tools/sqllocaldb-utility.md)

docs/database-engine/configure-windows/start-stop-pause-resume-restart-sql-server-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The [!INCLUDE[ssDE](../../includes/ssde-md.md)] service can be the default insta
5858

5959
### SQL Server Agent service
6060

61-
The SQL Server Agent service executes scheduled administrative tasks, which are called jobs and alerts. For more information, see [SQL Server Agent](../../ssms/agent/sql-server-agent.md). SQL Server Agent is not available in every edition of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. For a list of features that are supported by the editions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], see [Features Supported by the Editions of SQL Server 2019](../../sql-server/editions-and-components-of-sql-server-version-15.md).
61+
The SQL Server Agent service executes scheduled administrative tasks, which are called jobs and alerts. For more information, see [SQL Server Agent](../../ssms/agent/sql-server-agent.md). SQL Server Agent is not available in every edition of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. For a list of features that are supported by the editions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], see [Features Supported by the Editions of SQL Server 2019](../../sql-server/editions-and-components-of-sql-server-2019.md).
6262

6363
### SQL Server Browser service
6464

@@ -345,4 +345,4 @@ You can use the `ServiceController` class to programmatically control the [!INCL
345345
- [Overview of SQL Server Setup Documentation](../install-windows/install-sql-server.md)
346346
- [View and Read SQL Server Setup Log Files](../../database-engine/install-windows/view-and-read-sql-server-setup-log-files.md)
347347
- [SQL Server Configuration Manager](../../relational-databases/sql-server-configuration-manager.md)
348-
- [Start SQL Server with Minimal Configuration](../../database-engine/configure-windows/start-sql-server-with-minimal-configuration.md)
348+
- [Start SQL Server with Minimal Configuration](../../database-engine/configure-windows/start-sql-server-with-minimal-configuration.md)

docs/database-engine/deprecated-database-engine-features-in-sql-server-2019.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ WHERE object_name = 'SQLServer:Deprecated Features';
4747

4848
### See also
4949

50-
- [Breaking changes to database engine features in SQL Server 2019](../database-engine/breaking-changes-to-database-engine-features-in-sql-server-version-15.md)
50+
- [Breaking changes to database engine features in SQL Server 2019](./breaking-changes-to-database-engine-features-in-sql-server-2019.md)
5151
- [Discontinued database engine functionality in SQL Server](../database-engine/discontinued-database-engine-functionality-in-sql-server.md)
52-
- [SQL Server database engine backward compatibility](./discontinued-database-engine-functionality-in-sql-server.md)
52+
- [SQL Server database engine backward compatibility](./discontinued-database-engine-functionality-in-sql-server.md)

docs/database-engine/discontinued-database-engine-functionality-in-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ For current configuration options, see [ALTER DATABASE SCOPED CONFIGURATION (Tra
7575

7676
### See also
7777

78-
- [Deprecated database engine features in SQL Server 2019](deprecated-database-engine-features-in-sql-server-version-15.md)
78+
- [Deprecated database engine features in SQL Server 2019](./deprecated-database-engine-features-in-sql-server-2019.md)
7979
- [Deprecated database engine features in SQL Server 2017](deprecated-database-engine-features-in-sql-server-2017.md)
8080
- [Deprecated database engine features in SQL Server 2016](../database-engine/deprecated-database-engine-features-in-sql-server-2016.md)
81-
- [Breaking changes to database engine features in SQL Server 2019](breaking-changes-to-database-engine-features-in-sql-server-version-15.md)
81+
- [Breaking changes to database engine features in SQL Server 2019](./breaking-changes-to-database-engine-features-in-sql-server-2019.md)
8282
- [Breaking changes to database engine features in SQL Server 2017](breaking-changes-to-database-engine-features-in-sql-server-2017.md)
8383
- [Breaking changes to database engine features in SQL Server 2016](breaking-changes-to-database-engine-features-in-sql-server-2016.md)
8484
- [Deprecated features in SQL Server replication](../relational-databases/replication/deprecated-features-in-sql-server-replication.md)

docs/database-engine/install-windows/add-features-to-an-instance-of-sql-server-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ monikerRange: ">=sql-server-2016"
2020

2121
[!INCLUDE [ SQL Server - Windows Only](../../includes/applies-to-version/sql-windows-only.md)]
2222

23-
This article provides a step-by-step procedure for adding features to an instance of [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)]. Some SQL Server components or services are specific to an instance of SQL Server. These are also known as instance-aware. They share the same version as the instance that hosts them, and are used exclusively for that instance. You can add the instance-aware components to an instance SQL Server, along with the shared components of if they are not already installed. For a list of features that are supported by the different editions of SQL Server, see [Editions and supported features of SQL Server 2017](../../sql-server/editions-and-components-of-sql-server-2017.md) or [SQL Server 2019](../../sql-server/editions-and-components-of-sql-server-version-15.md).
23+
This article provides a step-by-step procedure for adding features to an instance of [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)]. Some SQL Server components or services are specific to an instance of SQL Server. These are also known as instance-aware. They share the same version as the instance that hosts them, and are used exclusively for that instance. You can add the instance-aware components to an instance SQL Server, along with the shared components of if they are not already installed. For a list of features that are supported by the different editions of SQL Server, see [Editions and supported features of SQL Server 2017](../../sql-server/editions-and-components-of-sql-server-2017.md) or [SQL Server 2019](../../sql-server/editions-and-components-of-sql-server-2019.md).
2424

2525
To add features to an instance of SQL Server from the command prompt, see [Install SQL Server from the Command Prompt](./install-sql-server-from-the-command-prompt.md).
2626

@@ -53,7 +53,7 @@ Before you continue, review articles in [Planning a SQL Server Installation](../
5353

5454
7. On the Installation Type page, select the option **Add features to an existing instance of [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)]**, and select the instance you would like to update.
5555

56-
8. On the Feature Selection page, select the components for your installation. A description for each component group appears in the right-hand pane after you select the feature name. You can select any combination of check boxes. For more information, see [Editions and supported features of SQL Server 2017](../../sql-server/editions-and-components-of-sql-server-2017.md) and [SQL Server 2019](../../sql-server/editions-and-components-of-sql-server-version-15.md). Each component can be installed only once on a given instance of SQL Server. To install multiple components, you must install an additional instance of SQL Server.
56+
8. On the Feature Selection page, select the components for your installation. A description for each component group appears in the right-hand pane after you select the feature name. You can select any combination of check boxes. For more information, see [Editions and supported features of SQL Server 2017](../../sql-server/editions-and-components-of-sql-server-2017.md) and [SQL Server 2019](../../sql-server/editions-and-components-of-sql-server-2019.md). Each component can be installed only once on a given instance of SQL Server. To install multiple components, you must install an additional instance of SQL Server.
5757

5858
The prerequisites for the selected features are displayed on the right-hand pane. SQL Server Setup will install the prerequisites that are not already installed during the installation step described later in this procedure.
5959

0 commit comments

Comments
 (0)