Skip to content

Commit ed9fc48

Browse files
authored
Merge pull request #17691 from MikeRayMSFT/20201026-fixbrokenlinks
#sign-off manually merging because updates to TOC.yml fail in acrolinx
2 parents 89b1abd + c4517f8 commit ed9fc48

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/relational-databases/performance/view-and-work-with-the-output-from-the-database-engine-tuning-advisor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ ms.author: jrasnick
170170
C:\Program Files\Microsoft SQL Server\100\Tools\Binn\schemas\sqlserver\2004\07\dta\dtaschema.xsd
171171
```
172172
173-
The Database Engine Tuning Advisor XML schema is also available online at [https://schemas.microsoft.com/sqlserver/2004/07/dta](https://schemas.microsoft.com/sqlserver/2004/07/dta).
173+
The Database Engine Tuning Advisor XML schema is also available online at [https://schemas.microsoft.com/sqlserver/2004/07/dta/](https://schemas.microsoft.com/sqlserver/2004/07/dta/).
174174
175175
6. After creating a workload and an XML input file, you are ready to submit the input file to the **dta** command-line utility for analysis. Make sure that you specify an XML output file name for the **-ox** utility argument. This creates an XML output file with a recommended configuration specified in the **Configuration** element. If you want to run Database Engine Tuning Advisor again to check another hypothetical configuration that is based on the output, you can copy and paste the **Configuration** element contents from the output file into a new or your original XML input file. For information about using an XML input file with the **dta** utility, see the section "Tune a Database by Using the dta Utility" in [Start and Use the Database Engine Tuning Advisor](../../relational-databases/performance/start-and-use-the-database-engine-tuning-advisor.md).
176176

docs/sql-server/azure-arc/connect-at-scale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ Each machine must have [Azure PowerShell](/powershell/azure/install-az-ps) insta
7474

7575
Each target machine must have the [Azure CLI installed](/cli/azure/install-azure-cli). The registration script will automatically sign in to azure with the service principal credentials if they’re provided and no other user is already signed in. Use the following steps to connect SQL Server instances on multiple Linux machines.
7676

77-
1. Create the service principal using the ['az ad sp create-for-rbac'](/cli/azure/ad/sp.md#az_ad_sp_create_for_rbac) command.
77+
1. Create the service principal using the ['az ad sp create-for-rbac'](/cli/azure/ad/sp#az_ad_sp_create_for_rbac) command.
7878

7979
```azurecli-interactive
80-
az ad sp create-for-rbac --name <your service principal name> --role <your custom role name>
80+
az ad sp create-for-rbac --name <your service principal name> --role <your custom role name>
8181
```
8282

8383
```output

docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7147,7 +7147,7 @@
71477147
- name: Stack Overflow >>
71487148
href: https://stackoverflow.com/questions/tagged/sql-server
71497149
- name: Microsoft Q & A >>
7150-
href: https://https://docs.microsoft.com/answers/products/sql-server
7150+
href: https://docs.microsoft.com/answers/products/sql-server
71517151
- name: Submit feedback >>
71527152
href: https://feedback.azure.com/forums/908035-sql-server
71537153
- name: Reddit >>

0 commit comments

Comments
 (0)