Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit e61dac6

Browse files
authored
Merge pull request #19913 from v-kents/ks-linkfix-202108
Linkfix: SQL (2021-08)
2 parents 576288c + e2fc1fb commit e61dac6

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/azdata/reference/reference-azdata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following article provides reference for the **sql** commands in the **azdat
2121

2222
|Command|Description|
2323
| --- | --- |
24-
|[azdata arc](reference-azdata-arc.md) | Commands for using Azure Arc for Azure data services. |
24+
|[azdata arc](/azure/azure-arc/data/reference/overview) | Commands for using Azure Arc for Azure data services. |
2525
|[azdata sql](reference-azdata-sql.md) | The SQL DB CLI allows the user to interact with SQL Server via T-SQL. |
2626
[azdata login](#azdata-login) | Log in to the cluster's controller endpoint and set its namespace as your active context. To use a password on login, you must set the AZDATA_PASSWORD environment variable.
2727
[azdata logout](#azdata-logout) | Log out of cluster.

docs/big-data-cluster/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ landingContent:
5151
- linkListType: how-to-guide
5252
links:
5353
- text: Virtualize CSV
54-
url: ../relational-databases/polybase/data-virtualization-csv.md
54+
url: ./data-virtualization-csv.md
5555
- text: Configure HDFS tiering
5656
url: hdfs-tiering.md
5757
- text: Mount ADLS Gen2
@@ -149,7 +149,7 @@ landingContent:
149149
- text: Deploy with high availability
150150
url: deployment-high-availability.md
151151
- text: Deploy in Active Directory mode
152-
url: deploy-active-directory.md
152+
url: ./active-directory-prerequisites.md
153153

154154
# Card (Manage)
155155
- title: Administration and Logging

docs/relational-databases/performance/subqueries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
2424
A subquery is a query that is nested inside a `SELECT`, `INSERT`, `UPDATE`, or `DELETE` statement, or inside another subquery.
2525

2626
> [!NOTE]
27-
> The samples in this article use the AdventureWorks2016 database available for download at [AdventureWorks sample databases](/sql/samples/adventureworks-install-configure).
27+
> The samples in this article use the AdventureWorks2016 database available for download at [AdventureWorks sample databases](../../samples/adventureworks-install-configure.md).
2828
2929
A subquery can be used anywhere an expression is allowed. In this example a subquery is used as a column expression named MaxUnitPrice in a `SELECT` statement.
3030

docs/relational-databases/security/encryption/always-encrypted-enclaves.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ The following limitations are specific to Always Encrypted with secure enclaves:
194194
- [Tutorial: Getting started with Always Encrypted with secure enclaves in Azure SQL Database](/azure/azure-sql/database/always-encrypted-enclaves-getting-started)
195195
- [Configure and use Always Encrypted with secure enclaves](configure-always-encrypted-enclaves.md)
196196
- Run [Always Encrypted with secure enclaves demos/samples](https://github.com/microsoft/sql-server-samples/tree/master/samples/features/security/always-encrypted-with-secure-enclaves) in the [SQL Server samples](https://github.com/Microsoft/sql-server-samples) GitHub repository
197-
- Learn more about [Azure confidential computing](https://aka.ms/accdocs)
197+
- Learn more about [Azure confidential computing](/azure/confidential-computing/)
198198

199199
## See also
200200

201-
- [Manage keys for Always Encrypted with secure enclaves](always-encrypted-enclaves-manage-keys.md)
201+
- [Manage keys for Always Encrypted with secure enclaves](always-encrypted-enclaves-manage-keys.md)

docs/relational-databases/tables/rename-tables-database-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To rename a table in Azure Synapse Analytics or Parallel Data Warehouse, use the
4141

4242
[SQL Server Management Studio](#SSMSProcedure)
4343

44-
[Transact-SQL](https://docs.microsoft.com/previous-versions/sql/sql-server-2008-r2/ms188351(v=sql.105)?redirectedfrom=MSDN)
44+
[Transact-SQL](/previous-versions/sql/sql-server-2008-r2/ms188351(v=sql.105))
4545

4646
## <a name="BeforeYouBegin"></a> Before You Begin
4747

docs/ssms/agent/start-stop-or-pause-the-sql-server-agent-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ For more information, see:
6868

6969
- [Start, Stop, Pause, Resume, Restart the Database Engine, SQL Server Agent, or SQL Server Browser Service](../../database-engine/configure-windows/start-stop-pause-resume-restart-sql-server-services.md)
7070

71-
- [Autostart SQL Server Agent &#40;SQL Server Management Studio&#41;](../../ssms/agent/autostart-sql-server-agent-sql-server-management-studio.md)
71+
- [Autostart SQL Server Agent &#40;SQL Server Management Studio&#41;](./autorestart-sql-server-agent-sql-server-management-studio.md)

docs/t-sql/statements/create-server-audit-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Forces the instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]
117117
To support scenarios such as database mirroring, an audit needs a specific GUID that matches the GUID found in the mirrored database. The GUID cannot be modified after the audit has been created.
118118

119119
OPERATOR_AUDIT
120-
**Applies to**: [Azure SQL Managed Instance](https://docs.microsoft.com/azure/azure-sql/managed-instance/sql-managed-instance-paas-overview) only.
120+
**Applies to**: [Azure SQL Managed Instance](/azure/azure-sql/managed-instance/sql-managed-instance-paas-overview) only.
121121
Indicates whether auditing will capture Microsoft support engineers' operations when they need to access your server during a support request.
122122

123123
predicate_expression
@@ -239,4 +239,4 @@ GO
239239
[sys.dm_server_audit_status &#40;Transact-SQL&#41;](../../relational-databases/system-dynamic-management-views/sys-dm-server-audit-status-transact-sql.md)
240240
[sys.dm_audit_actions &#40;Transact-SQL&#41;](../../relational-databases/system-dynamic-management-views/sys-dm-audit-actions-transact-sql.md)
241241
[sys.dm_audit_class_type_map &#40;Transact-SQL&#41;](../../relational-databases/system-dynamic-management-views/sys-dm-audit-class-type-map-transact-sql.md)
242-
[Create a Server Audit and Server Audit Specification](../../relational-databases/security/auditing/create-a-server-audit-and-server-audit-specification.md)
242+
[Create a Server Audit and Server Audit Specification](../../relational-databases/security/auditing/create-a-server-audit-and-server-audit-specification.md)

docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9818,7 +9818,7 @@ items:
98189818
- name: Resources
98199819
items:
98209820
- name: SSMS Support Policy
9821-
href: ssms/support-policy.md
9821+
href: ./ssms/download-sql-server-management-studio-ssms.md
98229822
- name: User Assistance in SSMS
98239823
href: ssms/user-assistance-in-sql-server-management-studio.md
98249824
- name: Anonymous Usage Data

0 commit comments

Comments
 (0)