Skip to content

Commit 6587be8

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/sql-docs-pr into 20176
2 parents e546654 + ea1cc3b commit 6587be8

840 files changed

Lines changed: 21880 additions & 6270 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.

.openpublishing.redirection.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42485,6 +42485,11 @@
4248542485
"redirect_url": "/machine-learning-server/r-reference/sqlrutils/how-to-create-a-stored-procedure-from-r",
4248642486
"redirect_document_id": false
4248742487
},
42488+
{
42489+
"source_path": "docs/machine-learning-server/r-reference/sqlrutils/how-to-create-a-stored-procedure-from-r.md",
42490+
"redirect_url": "/sql/machine-learning/r/reference/sqlrutils/how-to-create-stored-procedure-from-r",
42491+
"redirect_document_id": false
42492+
},
4248842493
{
4248942494
"source_path": "docs/advanced-analytics/r/how-to-create-mdx-queries-using-olapr.md",
4249042495
"redirect_url": "/sql/machine-learning/r/how-to-create-mdx-queries-using-olapr",
@@ -42557,7 +42562,12 @@
4255742562
},
4255842563
{
4255942564
"source_path": "docs/advanced-analytics/r/set-up-a-data-science-client.md",
42560-
"redirect_url": "/sql/machine-learning/r/set-up-a-data-science-client",
42565+
"redirect_url": "/sql/machine-learning/r/set-up-data-science-client",
42566+
"redirect_document_id": false
42567+
},
42568+
{
42569+
"source_path": "docs/sql/machine-learning/r/set-up-a-data-science-client.md",
42570+
"redirect_url": "/sql/machine-learning/r/set-up-data-science-client",
4256142571
"redirect_document_id": true
4256242572
},
4256342573
{
@@ -43487,7 +43497,7 @@
4348743497
},
4348843498
{
4348943499
"source_path": "docs/advanced-analytics/r/setup-or-configure-r-tools.md",
43490-
"redirect_url": "/sql/advanced-analytics/r/set-up-a-data-science-client",
43500+
"redirect_url": "/sql/advanced-analytics/r/set-up-data-science-client",
4349143501
"redirect_document_id": false
4349243502
},
4349343503
{
@@ -44567,7 +44577,7 @@
4456744577
},
4456844578
{
4456944579
"source_path": "docs/advanced-analytics/r-services/set-up-a-data-science-client.md",
44570-
"redirect_url": "/sql/advanced-analytics/r/set-up-a-data-science-client",
44580+
"redirect_url": "/sql/advanced-analytics/r/set-up-data-science-client",
4457144581
"redirect_document_id": false
4457244582
},
4457344583
{

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.

0 commit comments

Comments
 (0)