Skip to content

Commit 3295231

Browse files
authored
Merge pull request #31757 from rwestMSFT/rw-0828-redirects-002
[BULK] Rewrite redirects (part 2)
2 parents 092e1f7 + ca9fa10 commit 3295231

92 files changed

Lines changed: 147 additions & 147 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/relational-databases/administer-multiple-servers-using-central-management-servers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ helpviewer_keywords:
3030
## Create Central Management Server and server groups
3131
To create a Central Management Server and server groups, use the **Registered Servers** window in [!INCLUDE[ssManStudioFull](../includes/ssmanstudiofull-md.md)]. Note that the Central Management Server should not be a member of a group that it maintains, to prevent accidental audit policy application that could interfere with the CMS itself. SSMS enforces this by preventing a server of the same name as the Central Management Server from being added to a group.
3232

33-
Central Management Servers are [also available in Azure Data Studio](../azure-data-studio/extensions/sql-server-cms-extension.md).
33+
Central Management Servers are [also available in Azure Data Studio](/azure-data-studio/extensions/sql-server-cms-extension).
3434

3535
For how to create Central Management Servers and server groups, see [Create a Central Management Server and Server Group (SQL Server Management Studio)](../ssms/register-servers/create-a-central-management-server-and-server-group.md).
3636

3737
## Next steps
3838

3939
- [Administer Servers by Using Policy-Based Management](../relational-databases/policy-based-management/administer-servers-by-using-policy-based-management.md)
4040
- [Create a Central Management Server and Server Group](../ssms/register-servers/create-a-central-management-server-and-server-group.md)
41-
- [SQL Server Central Management Servers extension for Azure Data Studio](../azure-data-studio/extensions/sql-server-cms-extension.md)
41+
- [SQL Server Central Management Servers extension for Azure Data Studio](/azure-data-studio/extensions/sql-server-cms-extension)

docs/relational-databases/backup-restore/back-up-a-transaction-log-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ GO
157157

158158
## <a id="PowerShellProcedure"></a> Use PowerShell
159159

160-
Set up and use the [SQL Server PowerShell Provider](../../powershell/sql-server-powershell-provider.md). Use the **Backup-SqlDatabase** cmdlet and specify **Log** for the value of the **-BackupAction** parameter.
160+
Set up and use the [SQL Server PowerShell Provider](/powershell/sql-server/sql-server-powershell-provider). Use the **Backup-SqlDatabase** cmdlet and specify **Log** for the value of the **-BackupAction** parameter.
161161

162162
The following example creates a log backup of the `<myDatabase>` database to the default backup location of the server instance `Computer\Instance`.
163163

docs/relational-databases/backup-restore/back-up-files-and-filegroups-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ GO
192192

193193
## <a name="PowerShellProcedure"></a> Using PowerShell
194194

195-
Set up and use the [SQL Server PowerShell Provider](../../powershell/sql-server-powershell-provider.md).
195+
Set up and use the [SQL Server PowerShell Provider](/powershell/sql-server/sql-server-powershell-provider).
196196

197197
Use the **Backup-SqlDatabase** cmdlet and specify **Files** for the value of the **-BackupAction** parameter. Also, specify one of the following parameters:
198198

docs/relational-databases/backup-restore/back-up-multiple-databases-to-azure-blob-storage-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following are considerations for the sample scripts:
3434

3535
- SQL Server PowerShell implements cmdlets to navigate the path structure that represents the hierarchy of objects supported by a PowerShell provider. When you have navigated to a node in the path, you can use other cmdlets to perform basic operations on the current object.
3636

37-
For more information, see [Navigate SQL Server PowerShell Paths](../../powershell/navigate-sql-server-powershell-paths.md).
37+
For more information, see [Navigate SQL Server PowerShell Paths](/powershell/sql-server/navigate-sql-server-powershell-paths).
3838

3939
- **Get-ChildItem** cmdlet: The information returned by the **Get-ChildItem** depends on the location in a SQL Server PowerShell path. For example, if the location is at the computer level, this cmdlet returns all the SQL Server database engine instances installed on the computer. Or, if the location is at the object level such as databases, then it returns a list of database objects. By default the **Get-ChildItem** cmdlet does not return system objects. Use the `–Force` parameter to see the system objects.
4040

docs/relational-databases/backup-restore/copy-only-backups-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Backup-SqlDatabase -ServerInstance 'SalesServer' -Database 'Sales' -BackupFile '
120120

121121
### Set up and use the SQL Server PowerShell provider
122122

123-
- [SQL Server PowerShell Provider](../../powershell/sql-server-powershell-provider.md)
123+
- [SQL Server PowerShell Provider](/powershell/sql-server/sql-server-powershell-provider)
124124

125125
## Related content
126126

docs/relational-databases/backup-restore/create-a-full-database-backup-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Use the **Backup-SqlDatabase** cmdlet. To explicitly indicate a full database ba
363363
> [!NOTE]
364364
> These examples require the SqlServer module. To determine if it is installed, run `Get-Module -Name SqlServer`. To install, run `Install-Module -Name SqlServer` in an administrator session of PowerShell.
365365
>
366-
> For more information, see [SQL Server PowerShell Provider](../../powershell/sql-server-powershell-provider.md).
366+
> For more information, see [SQL Server PowerShell Provider](/powershell/sql-server/sql-server-powershell-provider).
367367
368368
> [!IMPORTANT]
369369
> If you are opening a PowerShell window from within SQL Server Management Studio to connect to an installation of SQL Server, you can omit the credential portion as your credential in SSMS is automatically used to establish the connection between PowerShell and your SQL Server instance.

docs/relational-databases/data-tier-applications/data-tier-applications.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The following tools support the DAC package and BAC package format:
7575

7676
- [SqlPackage CLI](../../tools/sqlpackage/sqlpackage.md)
7777
- [SQL Server Management Studio](../../ssms/sql-server-management-studio-ssms.md)
78-
- [Azure Data Studio](../../azure-data-studio/what-is-azure-data-studio.md)
78+
- [Azure Data Studio](/azure-data-studio/what-is-azure-data-studio)
7979

8080
In these tools, a database can be extracted to a *.dacpac* or exported to a *.bacpac*. Conversely, a *.bacpac* can be imported into a new database or a *.dacpac* can be published to a new or existing database.
8181

@@ -84,8 +84,8 @@ In these tools, a database can be extracted to a *.dacpac* or exported to a *.ba
8484
The following tools support the DAC package format in addition to providing editing of SQL database projects:
8585

8686
- [SQL Server Data Tools in Visual Studio](../../ssdt/sql-server-data-tools.md)
87-
- [Azure Data Studio](../../azure-data-studio/extensions/sql-database-project-extension.md)
88-
- [Visual Studio Code (VS Code)](../../azure-data-studio/extensions/sql-database-project-extension.md)
87+
- [Azure Data Studio](/azure-data-studio/extensions/sql-database-project-extension)
88+
- [Visual Studio Code (VS Code)](/azure-data-studio/extensions/sql-database-project-extension)
8989

9090
In these tools, developers can design a database in an unconnected, client-side development environment. The tools can be used to create a DAC package, deploy a DAC package to a database, and import a database package into a SQL project.
9191

docs/relational-databases/data-tier-applications/unpack-a-dac-package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Deploying the .dacpac to a test instance results in the contents of the .dacpac
5959

6060
### Deploy the .dacpac using Azure Data Studio
6161

62-
1. Install the **SQL Server dacpac extension** in [Azure Data Studio](../../azure-data-studio/extensions/sql-server-dacpac-extension.md).
62+
1. Install the **SQL Server dacpac extension** in [Azure Data Studio](/azure-data-studio/extensions/sql-server-dacpac-extension).
6363

6464
2. Connect to the desired instance. Right-click on the server node and select **Data-tier application wizard** from the menu.
6565

@@ -116,5 +116,5 @@ namespace DacUnpack
116116
117117
- [Data-tier Applications](../../relational-databases/data-tier-applications/data-tier-applications.md)
118118
- [SqlPackage Publish](../../tools/sqlpackage/sqlpackage-publish.md)
119-
- [SQL Server dacpac extension in Azure Data Studio](../../azure-data-studio/extensions/sql-server-dacpac-extension.md)
119+
- [SQL Server dacpac extension in Azure Data Studio](/azure-data-studio/extensions/sql-server-dacpac-extension)
120120
- [SQL Server Data Tools](../../ssdt/download-sql-server-data-tools-ssdt.md)

docs/relational-databases/data-tier-applications/upgrade-a-data-tier-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,4 +285,4 @@ $fileStream.Close()
285285
## See also
286286

287287
- [Data-tier Applications](../../relational-databases/data-tier-applications/data-tier-applications.md)
288-
- [SQL Server PowerShell](../../powershell/sql-server-powershell.md)
288+
- [SQL Server PowerShell](/powershell/sql-server/sql-server-powershell)

docs/relational-databases/data-tier-applications/validate-a-dac-package.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ There are two mechanisms for viewing the contents of a data-tier application (DA
4949
7. Use the **Schema View** to review all of the objects in the schema, particularly reviewing the code in objects such as functions or stored procedures.
5050

5151
### Publish the DAC package to a test instance
52-
Multiple tools are available to publish a DAC package to a test instance. The [SQL Server Dacpac extension](../../azure-data-studio/extensions/sql-server-dacpac-extension.md) for Azure Data Studio contains the **Data-tier Application Wizard**. We will walk through publishing a DAC package to a test instance.
52+
Multiple tools are available to publish a DAC package to a test instance. The [SQL Server Dacpac extension](/azure-data-studio/extensions/sql-server-dacpac-extension) for Azure Data Studio contains the **Data-tier Application Wizard**. We will walk through publishing a DAC package to a test instance.
5353

54-
1. If needed, deploy a test instance using the [deployment wizard](../../azure-data-studio/deploy-sql-container.md).
54+
1. If needed, deploy a test instance using the [deployment wizard](/azure-data-studio/deploy-sql-container).
5555

5656
2. Connect to your test instance in Azure Data Studio and right-click on the server node. Select **Data-tier application wizard** from the context menu.
5757

@@ -71,7 +71,7 @@ Under several scenarios you may want to view the difference between a database a
7171

7272
### All databases
7373
**View database changes by using schema compare**
74-
- Using the [Schema Compare extension in Azure Data Studio](../../azure-data-studio/extensions/schema-compare-extension.md#compare-schemas), the schema differences between an existing *.dacpac* and a database or two of the same can be viewed on Windows, macOS, and Linux.
74+
- Using the [Schema Compare extension in Azure Data Studio](/azure-data-studio/extensions/schema-compare-extension#compare-schemas), the schema differences between an existing *.dacpac* and a database or two of the same can be viewed on Windows, macOS, and Linux.
7575

7676
- Using [SQL Server Data Tools in Visual Studio](../../ssdt/how-to-use-schema-compare-to-compare-different-database-definitions.md), the schema differences between an existing *.dacpac* and a database or two of the same can be viewed on Windows.
7777

@@ -128,7 +128,7 @@ The SqlPackage CLI can be used with the [DriftReport action](../../tools/sqlpack
128128
### All databases
129129

130130
**View database changes by using SQL project publish**
131-
- Using the [SQL Database Projects extension in Azure Data Studio](../../azure-data-studio/extensions/sql-database-project-extension-build.md), the actions to be taken when a SQL project will be published to a database can be viewed on Windows, macOS, and Linux by selecting "Generate Script" during the publish process.
131+
- Using the [SQL Database Projects extension in Azure Data Studio](/azure-data-studio/extensions/sql-database-project-extension-build), the actions to be taken when a SQL project will be published to a database can be viewed on Windows, macOS, and Linux by selecting "Generate Script" during the publish process.
132132

133133
- Using [SQL Server Data Tools in Visual Studio](../../ssdt/how-to-change-target-platform-and-publish-a-database-project.md#to-publish-a-database-project), the actions to be taken when a SQL project will be published to a database can be viewed on Windows as a deployment script.
134134

0 commit comments

Comments
 (0)