Skip to content

Commit 1570d82

Browse files
authored
Merge pull request #35953 from rwestMSFT/rw-1126-fix-redirects
[SCOPED] Replace redirects with valid internal links
2 parents d4a8a16 + 4fa4591 commit 1570d82

File tree

77 files changed

+120
-120
lines changed

Some content is hidden

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

77 files changed

+120
-120
lines changed

docs/connect/odbc/connection-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ For more information, see [DSN and Connection String Keywords and Attributes](ds
3535
## Related content
3636

3737
- [DSN and Connection String Keywords and Attributes](dsn-connection-string-attribute.md)
38-
- [Data Source Wizard Screen 4](windows/dsn-wizard-4.md)
38+
- [Data Source Wizard Screen 4](windows/odbc-administrator-dsn-creation.md)

docs/connect/odbc/linux-mac/release-notes-odbc-sql-server-linux-mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,4 +332,4 @@ The ODBC driver on Linux supports [!INCLUDE[ssHADR](../../../includes/sshadr-md.
332332

333333
The ODBC driver on Linux supports connections to Azure SQL Database.
334334

335-
The `-l` option (login time out) has been added to `bcp`. For more information, see [Connecting with **bcp**](connecting-with-bcp.md).
335+
The `-l` option (login time out) has been added to `bcp`. For more information, see [Connecting with **bcp**](../../../tools/bcp-utility.md).

docs/connect/odbc/linux-mac/release-notes-tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This article lists and describes what's new in the versioned releases of the [!I
5757
| :------- | :------ |
5858
| Sqlcmd Bugfix | Fixed extraneous trailing bytes after encoding conversion. |
5959
| TDS 8.0 | Add support for TDS 8.0 strict encryption |
60-
| Secure by default | Following the change in Microsoft ODBC Driver 18 for SQL Server to default Encrypt to `yes`, sqlcmd and bcp both require encryption and validate certificates, by default. In sqlcmd, use `-No` to connect with optional encryption. In bcp, use `-Yo` to connect with optional encryption. For more information, see [Connecting with sqlcmd](connecting-with-sqlcmd.md) and [Connecting with bcp](connecting-with-bcp.md). |
60+
| Secure by default | Following the change in Microsoft ODBC Driver 18 for SQL Server to default Encrypt to `yes`, sqlcmd and bcp both require encryption and validate certificates, by default. In sqlcmd, use `-No` to connect with optional encryption. In bcp, use `-Yo` to connect with optional encryption. For more information, see [Connecting with sqlcmd](connecting-with-sqlcmd.md) and [Connecting with bcp](../../../tools/bcp-utility.md). |
6161

6262
## 17.9.1.1, February 2022
6363

@@ -76,7 +76,7 @@ This article lists and describes what's new in the versioned releases of the [!I
7676
| Feature added | Details |
7777
| :------------ | :------ |
7878
| Sqlcmd Token Authentication | Now supported. See [Connecting with sqlcmd](connecting-with-sqlcmd.md) |
79-
| BCP Token Authentication | Now supported. See [Connecting with bcp](connecting-with-bcp.md) |
79+
| BCP Token Authentication | Now supported. See [Connecting with bcp](../../../tools/bcp-utility.md) |
8080

8181
## 17.7.1.1, January 2021
8282

@@ -98,4 +98,4 @@ This article lists and describes what's new in the versioned releases of the [!I
9898

9999
## Next steps
100100

101-
Learn more about connecting with [BCP](connecting-with-bcp.md) and [SQLCMD](connecting-with-sqlcmd.md)!
101+
Learn more about connecting with [BCP](../../../tools/bcp-utility.md) and [SQLCMD](connecting-with-sqlcmd.md)!

docs/connect/odbc/linux-mac/using-integrated-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Driver='ODBC Driver 18 for SQL Server';Server=your_server;Encrypt=yes;Trusted_Co
2929

3030
When connecting with a DSN, you can also add **Trusted_Connection=yes** to the DSN entry in `odbc.ini`.
3131

32-
The `-E` option of `sqlcmd` and the `-T` option of `bcp` can also be used to specify integrated authentication; see [Connecting with **sqlcmd**](connecting-with-sqlcmd.md) and [Connecting with **bcp**](connecting-with-bcp.md) for more information.
32+
The `-E` option of `sqlcmd` and the `-T` option of `bcp` can also be used to specify integrated authentication; see [Connecting with **sqlcmd**](connecting-with-sqlcmd.md) and [Connecting with **bcp**](../../../tools/bcp-utility.md) for more information.
3333

3434
Ensure that the client principal which is going to connect to [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] is already authenticated with the Kerberos KDC.
3535

docs/connect/odbc/microsoft-odbc-driver-for-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following sample demonstrates how to use the ODBC APIs to connect to and acc
4949
- [Installing the driver on Linux](linux-mac/installing-the-microsoft-odbc-driver-for-sql-server.md)
5050
- [Installing the driver on macOS](linux-mac/install-microsoft-odbc-driver-sql-server-macos.md)
5151
- [Connecting to SQL Server](linux-mac/connection-string-keywords-and-data-source-names-dsns.md)
52-
- [Connecting with **bcp**](linux-mac/connecting-with-bcp.md)
52+
- [Connecting with **bcp**](../../tools/bcp-utility.md)
5353
- [Connecting with **sqlcmd**](linux-mac/connecting-with-sqlcmd.md)
5454
- [Data Access Tracing](linux-mac/data-access-tracing-with-the-odbc-driver-on-linux.md)
5555
- [Frequently Asked Questions](linux-mac/frequently-asked-questions-faq-for-odbc-linux.yml)

docs/connect/php/step-1-configure-development-environment-for-php-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.topic: conceptual
2121
## Windows
2222

2323
- Configure loading the PHP driver, as noted here: [Loading the Microsoft Drivers for PHP for SQL Server](loading-the-php-sql-driver.md)
24-
- Configure IIS to host PHP applications, as noted here: [Configuring IIS for the Microsoft Drivers for PHP for SQL Server](configuring-iis-for-php-sql-driver.md)
24+
- Configure IIS to host PHP applications, as noted here: [Configuring IIS for the Microsoft Drivers for PHP for SQL Server](download-drivers-php-sql-server.md)
2525

2626
## Linux and macOS
2727

docs/database-engine/configure-windows/client-network-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Native Client DLL
6363
- [Create or delete a server alias for use by a client](create-or-delete-a-server-alias-for-use-by-a-client.md)
6464
- [Sign in to SQL Server](logging-in-to-sql-server.md)
6565
- [Open and use ODBC Data Source Administrator](open-the-odbc-data-source-administrator.md)
66-
- [Check the ODBC SQL Server Driver Version (Windows)](../../database-engine/configure-windows/check-the-odbc-sql-server-driver-version-windows.md)
66+
- [Check the ODBC SQL Server Driver Version (Windows)](open-the-odbc-data-source-administrator.md)
6767

6868
## Related content
6969

docs/database-engine/configure-windows/default-sql-server-network-protocol-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ If the instance is running on a [!INCLUDE [ssNoVersion_md](../../includes/ssnove
4343

4444
See the following articles for samples of connection strings:
4545

46-
- [Creating a Valid Connection String Using Shared Memory Protocol](../../tools/configuration-manager/creating-a-valid-connection-string-using-shared-memory-protocol.md)
47-
- [Creating a Valid Connection String Using TCP IP](../../tools/configuration-manager/creating-a-valid-connection-string-using-tcp-ip.md)
46+
- [Creating a Valid Connection String Using Shared Memory Protocol](../../tools/configuration-manager/aliases-sql-server-configuration-manager.md)
47+
- [Creating a Valid Connection String Using TCP IP](../../tools/configuration-manager/aliases-sql-server-configuration-manager.md)
4848

4949
## SQL Server Browser settings
5050

docs/database-engine/install-windows/supported-version-and-edition-upgrades-2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Any scenarios not specified in the previous list aren't supported, including but
140140

141141
The following table lists the supported edition upgrade scenarios in [!INCLUDE [sssql17-md](../../includes/sssql17-md.md)].
142142

143-
For step-by-step instructions on how to perform an edition upgrade, see [Upgrade to a different edition of SQL Server (Setup)](upgrade-to-a-different-edition-of-sql-server-setup.md).
143+
For step-by-step instructions on how to perform an edition upgrade, see [Upgrade to a different edition of SQL Server (Setup)](upgrade-downgrade-sql-server-edition-setup.md).
144144

145145
| Upgrade from | Upgrade to |
146146
| --- | --- |

docs/database-engine/install-windows/supported-version-and-edition-upgrades-2019.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The following tips and tools can help you plan and implement your migration.
107107

108108
The following table lists the supported edition upgrade scenarios in [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)].
109109

110-
For step-by-step instructions on how to perform an edition upgrade, see [Upgrade to a different edition of SQL Server (Setup)](upgrade-to-a-different-edition-of-sql-server-setup.md).
110+
For step-by-step instructions on how to perform an edition upgrade, see [Upgrade to a different edition of SQL Server (Setup)](upgrade-downgrade-sql-server-edition-setup.md).
111111

112112
| Upgrade from | Upgrade to |
113113
| --- | --- |
@@ -142,4 +142,4 @@ Additionally you can also perform an edition upgrade between [!INCLUDE [sssql19-
142142
- [Hardware and software requirements for SQL Server 2019](../../sql-server/install/hardware-and-software-requirements-for-installing-sql-server-2019.md)
143143
- [Upgrade SQL Server](upgrade-sql-server.md)
144144
- [Upgrade the Database Engine](upgrade-database-engine.md)
145-
- [Upgrade to a different edition of SQL Server (Setup)](upgrade-to-a-different-edition-of-sql-server-setup.md)
145+
- [Upgrade to a different edition of SQL Server (Setup)](upgrade-downgrade-sql-server-edition-setup.md)

0 commit comments

Comments
 (0)