Skip to content

Commit 750269e

Browse files
Merge branch 'master' into 20210915-ws2022-for-SQL
2 parents 3f1affa + 57bc4ce commit 750269e

502 files changed

Lines changed: 3325 additions & 2569 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/ado/guide/data/what-is-a-cursor.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ title: "What is a Cursor? | Microsoft Docs"
44
ms.prod: sql
55
ms.prod_service: connectivity
66
ms.technology: ado
7-
ms.custom: ""
7+
ms.custom:
8+
- intro-overview
89
ms.date: "01/19/2017"
910
ms.reviewer: ""
1011
ms.topic: conceptual
11-
helpviewer_keywords:
12+
helpviewer_keywords:
1213
- "cursors [ADO], about cursors"
1314
ms.assetid: 596eb4b6-c22f-4cde-b23f-172dd66c3161
1415
author: rothja

docs/ado/guide/data/what-is-a-lock.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ title: "What is a Lock? | Microsoft Docs"
44
ms.prod: sql
55
ms.prod_service: connectivity
66
ms.technology: ado
7-
ms.custom: ""
7+
ms.custom:
8+
- intro-overview
89
ms.date: "01/19/2017"
910
ms.reviewer: ""
1011
ms.topic: conceptual
11-
helpviewer_keywords:
12+
helpviewer_keywords:
1213
- "cursors [ADO], locking"
1314
- "locks [ADO], about locking"
1415
ms.assetid: f8989555-28c6-4c17-9bf8-7f44a8a5c407

docs/analytics-platform-system/apply-analytics-platform-system-hotfixes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Unlike the Microsoft updates, the hotfixes for the Analytics Platform System sof
4848

4949
2. Use the **Run as administrator** option to open a Command Prompt.
5050

51-
3. Run the following command, replacing *<HotfixPackageName>* with the name of the hotfix executable package, and replacing the other placeholder items *< >* with the appropriate information.
51+
3. Run the following command, replacing *\<HotfixPackageName\>* with the name of the hotfix executable package, and replacing the other placeholder items *< >* with the appropriate information.
5252

5353
```
5454
<HotfixPackageName> /DomainAdminPassword="<password>"

docs/analytics-platform-system/create-ssis-script-task-using-pdw-destination-adapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This SSIS package script code is a code example for using the SSIS PDW destinati
2323

2424
3. Edit the script to use the code provided below. Customized the script to your environment by making the following changes:
2525

26-
- You must retain the namespace of the script created by the script task. Note the name of the namespace `namespace ST_<GUID>` and edit the script below, changing *ST_<GUID>* to the original *GUID* of the script task.
26+
- You must retain the namespace of the script created by the script task. Note the name of the namespace `namespace ST_<GUID>` and edit the script below, changing *ST_\<GUID\>* to the original *GUID* of the script task.
2727

2828
- Replace four occurrences of the placeholder value *XXXXXXXX* with the values appropriate to your environment and intended action.
2929

docs/analytics-platform-system/download-and-apply-microsoft-updates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Before performing these steps, you need to:
120120

121121
5. In the **Status** drop-down menu, select **Any** and click **Refresh**.
122122

123-
6. Expand **Update Services**, *<appliance name>*-VMM, **Updates**, **All Updates**, where *<appliance name>* is your appliance name.
123+
6. Expand **Update Services**, *\<appliance name\>*-VMM, **Updates**, **All Updates**, where *\<appliance name\>* is your appliance name.
124124

125125
7. In the **All Updates** window set **Approval** to **Any Except Declined**.
126126

@@ -144,7 +144,7 @@ Follow these instructions to run the Analytics Platform System Update program.
144144
145145
1. Make sure you are logged into the HST01 node as the Fabric Domain Administrator.
146146

147-
2. Open a Command Prompt window and enter the following commands. Replace *<parameter>* with the designated information.
147+
2. Open a Command Prompt window and enter the following commands. Replace *\<parameter\>* with the designated information.
148148

149149
**To Run the Microsoft Update:**
150150

docs/analytics-platform-system/dwloader.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Examples:
142142
**-S** *target_appliance*
143143
Specifies the SQL Server PDW appliance that will receive the loaded data.
144144

145-
*For Infiniband connections*, *target_appliance* is specified as <appliance-name>-SQLCTL01. To configure this named connection, see [Configure InfiniBand Network Adapters](configure-infiniband-network-adapters.md).
145+
*For Infiniband connections*, *target_appliance* is specified as \<appliance-name\>-SQLCTL01. To configure this named connection, see [Configure InfiniBand Network Adapters](configure-infiniband-network-adapters.md).
146146

147147
For Ethernet connections, *target_appliance* is the IP address for the Control node cluster.
148148

@@ -690,7 +690,7 @@ Description of the command-line parameters:
690690

691691
- *-r \r\n* specifies each row in DimAccount.txt ends with a carriage return and a line feed character.
692692

693-
- *-U <login_name> -P <password>* specifies the login and password for the login that has permissions to perform the load.
693+
- *-U <login_name> -P \<password\>* specifies the login and password for the login that has permissions to perform the load.
694694

695695

696696
<!-- MISSING LINK

docs/analytics-platform-system/install-the-scom-management-packs.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
title: Install SCOM management packs
3-
description: Follow these steps to download and install the System Center Operations Manager (SCOM) Management Packs for SQL Server PDW. The Management Packs are required to monitor SQL Server PDW from SCOM.
4-
author: charlesfeddersen
3+
description: Follow these steps to download and install the System Center Operations Manager (SCOM) Management Packs for SQL Server PDW. The Management Packs are required to monitor SQL Server PDW from SCOM.
4+
author: charlesfeddersen
55
ms.prod: sql
66
ms.technology: data-warehouse
77
ms.topic: conceptual
88
ms.date: 04/17/2018
99
ms.author: charlesf
1010
ms.reviewer: martinle
11-
ms.custom: seo-dt-2019
11+
ms.custom:
12+
- seo-dt-2019
13+
- intro-installation
1214
---
1315

1416
# Install SQL Server Operations Manager (SCOM) management packs for Analytics Platform System
@@ -74,4 +76,4 @@ For older versions of PDW without APS, download the[System Center Monitoring Pac
7476
Now that you have the Management Packs installed, continue to the next step: [Import the SCOM Management Pack for PDW &#40;Analytics Platform System&#41;](import-the-scom-management-pack-for-pdw.md).
7577

7678
<!-- MISSING LINKS ## See Also
77-
[Common Metadata Query Examples &#40;SQL Server PDW&#41;](../sqlpdw/common-metadata-query-examples-sql-server-pdw.md) -->
79+
[Common Metadata Query Examples &#40;SQL Server PDW&#41;](../sqlpdw/common-metadata-query-examples-sql-server-pdw.md) -->

docs/analytics-platform-system/load-with-ssis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Specify the destination for the data flow.
213213

214214
5. Fill in the information for the server, user, password, and destination database with information specific to your appliance. (Examples are shown below). Then click **OK**.
215215

216-
For InfiniBand connections, **Server name**: Enter <appliance-name>-SQLCTL01,17001.
216+
For InfiniBand connections, **Server name**: Enter \<appliance-name\>-SQLCTL01,17001.
217217

218218
For Ethernet connections, **Server name**: Enter the IP address of the Control node cluster, comma, port 17001. For example, 10.192.63.134,17001.
219219

docs/analytics-platform-system/pdw-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ An *implicit permission* is a **GRANT** or **DENY** permission that a principal
9292

9393
- A principal can inherit a permission on a subordinate object (such as a table) if the principal has a permission on one of the objects parent scopes (such as the schema of the table or the permission on the entire database).
9494

95-
- A principal can inherit a permission by having a permission that includes a subordinate permission. For example the **ALTER ANY USER** permission includes the both the **CREATE USER** and the **ALTER ON USER::**_<name>_ permissions.
95+
- A principal can inherit a permission by having a permission that includes a subordinate permission. For example the **ALTER ANY USER** permission includes the both the **CREATE USER** and the **ALTER ON USER::**_\<name\>_ permissions.
9696

9797
### Determining Permissions When Performing Actions
9898
The process of determining which permission to assign to a principal is complex. The complexity occurs when determining implicit permissions because principals can be members of multiple roles and permissions can be passed through multiple levels in the role hierarchy.

docs/analytics-platform-system/transparent-data-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Example of the action to replace a virtual machine.
239239

240240
`setup.exe /Action=/proxy/https/github.com/MicrosoftDocs/sql-docs/commit/ReplaceVM ... DMKPassword='**********'`
241241

242-
During upgrade, if a user DB is encrypted and the DMK password is not provided, the upgrade action will fail. During replace, if the correct password is not provided when a DMK exists, the operation will skip the DMK recovery step. All the other steps will be completed at the end of the replace VM action, however the action will report failure at the end to indicate that additional steps are required. In the setup logs (located in **\ProgramData\Microsoft\Microsoft SQL Server Parallel Data Warehouse\100\Logs\Setup\\<time-stamp>\Detail-Setup**), the following warning will be shown near the end.
242+
During upgrade, if a user DB is encrypted and the DMK password is not provided, the upgrade action will fail. During replace, if the correct password is not provided when a DMK exists, the operation will skip the DMK recovery step. All the other steps will be completed at the end of the replace VM action, however the action will report failure at the end to indicate that additional steps are required. In the setup logs (located in **\ProgramData\Microsoft\Microsoft SQL Server Parallel Data Warehouse\100\Logs\Setup\\\\<time-stamp\>\Detail-Setup**), the following warning will be shown near the end.
243243

244244
`*** WARNING \*\*\* DMK is detected in master database, but could not be recovered automatically! The DMK password was either not provided or is incorrect!`
245245

0 commit comments

Comments
 (0)