Skip to content

Commit 3f07386

Browse files
committed
fix bookmark links
1 parent 8ce3a28 commit 3f07386

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

support/sql/azure-sql/sql-installation-fails-sector-size-error-azure-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To resolve this problem, reinstall SQL Server after forcing the Azure VM to use
5353
To successfully install SQL Server on your Azure VM, follow these steps:
5454

5555
1. If you've already installed SQL Server, uninstall SQL Server. Otherwise, skip to the next step.
56-
1. Add the [ForcedPhysicalSectorSizeInBytes](../database-engine/database-file-operations/troubleshoot-os-4kb-disk-sector-size.md#resolutions) registry key.
56+
1. Add the [ForcedPhysicalSectorSizeInBytes](../database-engine/database-file-operations/troubleshoot-os-4kb-disk-sector-size.md#resolution-steps-for-disk-sector-size-errors-in-sql-server) registry key.
5757
1. Verify the sector size is 4 KB by running the following command in an elevated command prompt:
5858

5959
`fsutil fsinfo sectorinfo <volume pathname>`

support/sql/database-engine/connect/network-related-or-instance-specific-error-occurred-while-establishing-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.reviewer: jopilov
1111

1212
_Applies to:_ &nbsp; SQL Server
1313

14-
When connecting to a SQL Server instance, you may encounter one or more of the following [error messages](#error-messages). This article provides some steps to help you troubleshoot these errors, which are provided in order of the issues from simple to complex.
14+
When connecting to a SQL Server instance, you may encounter one or more of the following [error messages](#common-sql-server-connection-error-messages). This article provides some steps to help you troubleshoot these errors, which are provided in order of the issues from simple to complex.
1515

1616
## Common SQL Server connection error messages
1717

support/sql/database-engine/performance/performance-degradation-misaligned-io-sector-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The following screenshot shows the output of the `fsutil fsinfo sectorinfo` comm
5555

5656
## Resolution
5757

58-
If you're experiencing performance degradation due to misaligned I/O operations and can't [modify your sector size](../database-file-operations/troubleshoot-os-4kb-disk-sector-size.md#resolutions), you can use [Trace Flag 1800](/sql/t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql#tf1800) as a global startup parameter to force SQL Server to use a consistent 4-KB sector size for transaction log I/O operations.
58+
If you're experiencing performance degradation due to misaligned I/O operations and can't [modify your sector size](../database-file-operations/troubleshoot-os-4kb-disk-sector-size.md#resolution-steps-for-disk-sector-size-errors-in-sql-server), you can use [Trace Flag 1800](/sql/t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql#tf1800) as a global startup parameter to force SQL Server to use a consistent 4-KB sector size for transaction log I/O operations.
5959

6060
To enable Trace Flag 1800 as a startup parameter, follow these steps:
6161

support/sql/database-engine/security/transfer-logins-passwords-between-instances.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ To generate scripts via SSMS on the source server and manually reset passwords f
284284
```
285285

286286
1. The output script that the `sp_help_revlogin` stored procedure generates is the login script. This login script creates the logins that have the original Security Identifier (SID) and the original password.
287-
1. Review and follow the information in the [Remarks](#remarks) section before you proceed with implementing steps on the destination server.
288-
1. Once you implement any applicable steps from the [Remarks](#remarks) section, connect to the destination server B using any client tool (like SSMS).
287+
1. Review and follow the information in the [Additional considerations when transferring SQL Server logins](#additional-considerations-when-transferring-sql-server-logins) section before you proceed with implementing steps on the destination server.
288+
1. Once you implement any applicable steps from the [Additional considerations when transferring SQL Server logins](#additional-considerations-when-transferring-sql-server-logins) section, connect to the destination server B using any client tool (like SSMS).
289289
1. Run the script generated as the output of `sp_helprevlogin` from server A.
290290

291291
## Additional considerations when transferring SQL Server logins

0 commit comments

Comments
 (0)