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

Commit 03cc18c

Browse files
authored
Merge pull request #5585 from MicrosoftDocs/master
4/18 AM Publish
2 parents bb044a4 + d263b87 commit 03cc18c

52 files changed

Lines changed: 677 additions & 931 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/analytics-platform-system/load-with-insert.md

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
---
2-
title: "Load data with INSERT"
3-
author: "barbkess"
4-
ms.author: "barbkess"
5-
manager: "craigg"
6-
ms.prod: "analytics-platform-system"
7-
ms.prod_service: "mpp-data-warehouse"
8-
ms.service: ""
9-
ms.component:
10-
ms.suite: "sql"
11-
ms.custom: ""
12-
ms.technology: "mpp-data-warehouse"
13-
description: "You can use the tsql INSERT statement to load data into a SQL Server Parallel Data Warehouse (PDW) distributed or replicated table."
14-
ms.date: "10/20/2016"
15-
ms.topic: "article"
16-
ms.assetid: 6e951b0e-e95b-4fd1-b5f3-c65607aee0d8
17-
caps.latest.revision: 21
18-
2+
title: Load data with INSERT - Parallel Data Warehouse | Microsoft Docs
3+
description: Using the T-SQL INSERT statement to load data into a Parallel Data Warehouse (PDW) distributed or replicated table.
4+
author: mzaman1
5+
manager: craigg
6+
ms.prod: sql
7+
ms.technology: data-warehouse
8+
ms.topic: conceptual
9+
ms.date: 04/17/2018
10+
ms.author: murshedz
11+
ms.reviewer: martinle
1912
---
2013

21-
# Load data with INSERT
14+
# Load data with INSERT into Parallel Data Warehouse
2215

2316
You can use the tsql INSERT statement to load data into a SQL Server Parallel Data Warehouse (PDW) distributed or replicated table. For more information about INSERT, see [INSERT](../t-sql/statements/insert-transact-sql.md). For replicated tables and all non-distribution columns in a distributed table, PDW uses SQL Server to implicitly convert the data values specified in the statement to the data type of the destination column. For more information about SQL Server data conversion rules, see [Data type conversion for SQL](http://msdn.microsoft.com/library/ms191530(v=sql11(.aspx). However, for distribution columns, PDW supports only a subset of implicit conversions that SQL Server supports. Therefore, when you use the INSERT statement to load data into a distribution column, the source data must be specified in one of the formats defined in the following tables.
2417

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

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
---
2-
title: "Load Data With Integration Services"
3-
author: "barbkess"
4-
ms.author: "barbkess"
5-
manager: "craigg"
6-
ms.prod: "analytics-platform-system"
7-
ms.prod_service: "mpp-data-warehouse"
8-
ms.service: ""
9-
ms.component:
10-
ms.suite: "sql"
11-
ms.custom: ""
12-
ms.technology: "mpp-data-warehouse"
13-
description: "Provides reference and deployment information for loading data into SQL Server Parallel Data Warehouse by using SQL Server Integration Services (SSIS) packages."
14-
ms.date: "10/20/2016"
15-
ms.topic: "article"
16-
ms.assetid: 9bdb559a-a91c-4342-8a6e-438cb93f975c
17-
caps.latest.revision: 69
18-
2+
title: Load with Integration Services - Parallel Data Warehouse | Microsoft Docs
3+
description: Provides reference and deployment information for loading data into Parallel Data Warehouse (PDW) by using SQL Server Integration Services (SSIS) packages.
4+
author: mzaman1
5+
manager: craigg
6+
ms.prod: sql
7+
ms.technology: data-warehouse
8+
ms.topic: conceptual
9+
ms.date: 04/17/2018
10+
ms.author: murshedz
11+
ms.reviewer: martinle
1912
---
2013

21-
# Load data with Integration Services
14+
# Load data with Integration Services to Parallel Data Warehouse
2215
Provides reference and deployment information for loading data into SQL Server Parallel Data Warehouse by using SQL Server Integration Services (SSIS) packages.
2316

2417
<!-- MISSING LINKS

docs/analytics-platform-system/locking-behavior.md

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,18 @@
11
---
2-
title: "Locking Behavior (SQL Server PDW)"
3-
author: "barbkess"
4-
ms.author: "barbkess"
5-
manager: "craigg"
6-
ms.prod: "analytics-platform-system"
7-
ms.prod_service: "mpp-data-warehouse"
8-
ms.service: ""
9-
ms.component:
10-
ms.technology: "mpp-data-warehouse"
11-
ms.custom: ""
12-
ms.date: 01/13/2017
13-
ms.reviewer: na
14-
ms.suite: "sql"
15-
ms.tgt_pltfrm: na
16-
ms.topic: article
17-
ms.assetid: c55c636e-b767-4a0c-8184-be991a10801f
18-
caps.latest.revision: 27
19-
2+
title: Locking behavior - Parallel Data Warehouse | Microsoft Docs
3+
description: Learn how Parallel Data Warehouse uses locking to ensure the integrity of transactions and to maintain the consistency of databases when multiple users are accessing data at the same time.
4+
author: mzaman1
5+
manager: craigg
6+
ms.prod: sql
7+
ms.technology: data-warehouse
8+
ms.topic: conceptual
9+
ms.date: 04/17/2018
10+
ms.author: murshedz
11+
ms.reviewer: martinle
2012
---
21-
# Locking Behavior
22-
SQL Server PDW uses locking to ensure the integrity of transactions and to maintain the consistency of databases when multiple users are accessing data at the same time.
13+
14+
# Locking behavior in Parallel Data Warehouse
15+
Learn how Parallel Data Warehouse uses locking to ensure the integrity of transactions and to maintain the consistency of databases when multiple users are accessing data at the same time.
2316

2417
## <a name="Basics"></a>Locking Basics
2518
**Modes**

docs/analytics-platform-system/master-database.md

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
---
2-
title: "master Database (SQL Server PDW)"
3-
author: "barbkess"
4-
ms.author: "barbkess"
5-
manager: "craigg"
6-
ms.prod: "analytics-platform-system"
7-
ms.prod_service: "mpp-data-warehouse"
8-
ms.service: ""
9-
ms.component:
10-
ms.technology: "mpp-data-warehouse"
11-
ms.custom: ""
12-
ms.date: 01/13/2017
13-
ms.reviewer: na
14-
ms.suite: "sql"
15-
ms.tgt_pltfrm: na
16-
ms.topic: article
17-
ms.assetid: c71617c0-6689-4f52-81c6-58f4cf7c7377
18-
caps.latest.revision: 8
19-
ms.workload: "not set"
2+
title: Master database - Parallel Data Warehouse | Microsoft Docs
3+
description: Learn about the master database in Parallel Data Warehouse.
4+
author: mzaman1
5+
manager: craigg
6+
ms.prod: sql
7+
ms.technology: data-warehouse
8+
ms.topic: conceptual
9+
ms.date: 04/17/2018
10+
ms.author: murshedz
11+
ms.reviewer: martinle
2012
---
21-
# master Database
13+
14+
# Master database - Parallel Data Warehouse
2215
The SQL Server PDW master database stores appliance-level login information and the database catalog. It is a SQL Server master database that resides on the Control node. As such, it provides similar functionality to SQL Server PDW as master provides to SQL Server.
2316

2417
For more information about system databases, see [System Databases](system-databases.md).

docs/analytics-platform-system/monitor-appliance-health-state.md

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,18 @@
11
---
2-
title: "Monitor Appliance Health State (Analytics Platform System)"
3-
author: "barbkess"
4-
ms.author: "barbkess"
5-
manager: "craigg"
6-
ms.prod: "analytics-platform-system"
7-
ms.prod_service: "mpp-data-warehouse"
8-
ms.service: ""
9-
ms.component:
10-
ms.technology: "mpp-data-warehouse"
11-
ms.custom: ""
12-
ms.date: 01/05/2017
13-
ms.reviewer: na
14-
ms.suite: "sql"
15-
ms.tgt_pltfrm: na
16-
ms.topic: article
17-
ms.assetid: 91132e3c-3137-4670-adaa-8a7b234fb8d2
18-
caps.latest.revision: 12
19-
2+
title: Monitor appliance health - Analytics Platform System
3+
description: How to monitor the state of an Analytics Platform System appliance by using the Admin Console, or by directly querying the Parallel Data Warehouse dynamic management views.
4+
author: mzaman1
5+
manager: craigg
6+
ms.prod: sql
7+
ms.technology: data-warehouse
8+
ms.topic: conceptual
9+
ms.date: 04/17/2018
10+
ms.author: murshedz
11+
ms.reviewer: martinle
2012
---
13+
2114
# Monitor Appliance Health State
22-
This topic explains how to monitor the state of a SQL Server PDW appliance by using the Admin Console, or by directly querying the SQL Server PDW Dynamic Management Views.
15+
This article explains how to monitor the state of an Analytics Platform System appliance by using the Admin Console, or by directly querying the Parallel Data Warehouse dynamic management views.
2316

2417
## To Monitor the Appliance State
2518
A system administrator can use the Admin Console or the SQL Server PDW Dynamic Management Views (DMVs) to retrieve the full hierarchy of nodes, components, and software. The following diagram gives a high level understanding of the components that SQL Server PDW monitors.

docs/analytics-platform-system/monitor-loads.md

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
11
---
2-
title: "Monitor Loads for Parallel Data Warehouse"
3-
author: "barbkess"
4-
ms.author: "barbkess"
5-
manager: "craigg"
6-
ms.prod: "analytics-platform-system"
7-
ms.prod_service: "mpp-data-warehouse"
8-
ms.service: ""
9-
ms.component:
10-
ms.suite: "sql"
11-
ms.custom: ""
12-
ms.technology: "mpp-data-warehouse"
13-
description: "You can monitor active and recent [dwloader](dwloader.md) loads by using the Analytics Platform System (APS) Admin Console or the Parallel Data Warehouse (PDW) System Views."
14-
ms.date: "10/20/2016"
15-
ms.topic: "article"
16-
ms.assetid: c0c55c16-00bc-4676-8970-a8e10b3e9408
17-
caps.latest.revision: 6
18-
2+
title: Monitor loads for Parallel Data Warehouse | Microsoft Docs
3+
description: Monitor active and recent loads by using the Analytics Platform System (APS) Admin Console or the Parallel Data Warehouse (PDW) System Views."
4+
author: mzaman1
5+
manager: craigg
6+
ms.prod: sql
7+
ms.technology: data-warehouse
8+
ms.topic: conceptual
9+
ms.date: 04/17/2018
10+
ms.author: murshedz
11+
ms.reviewer: martinle
1912
---
20-
# Monitor loads
21-
You can monitor active and recent [dwloader](dwloader.md) loads by using the Analytics Platform System (APS) Admin Console or the Parallel Data Warehouse (PDW) [System Views](https://azure.microsoft.com/documentation/articles/sql-data-warehouse-reference-tsql-system-views/).
13+
14+
# Monitor loads into Parallel Data Warehouse
15+
Monitor active and recent [dwloader](dwloader.md) loads by using the Analytics Platform System (APS) Admin Console or the Parallel Data Warehouse (PDW) [System Views](https://azure.microsoft.com/documentation/articles/sql-data-warehouse-reference-tsql-system-views/).
2216

2317
> [!TIP]
2418
> Some loads are initiated by using INSERT statements or business intelligence tools that use SQL statements to perform the load.

docs/analytics-platform-system/monitor-the-appliance-by-using-system-center-operations-manager.md

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,18 @@
11
---
2-
title: "Monitor Appliance with System Center Operations Manager (APS)"
3-
author: "barbkess"
4-
ms.author: "barbkess"
5-
manager: "craigg"
6-
ms.prod: "analytics-platform-system"
7-
ms.prod_service: "mpp-data-warehouse"
8-
ms.service: ""
9-
ms.component:
10-
ms.technology: "mpp-data-warehouse"
11-
ms.custom: ""
12-
ms.date: 01/05/2017
13-
ms.reviewer: na
14-
ms.suite: "sql"
15-
ms.tgt_pltfrm: na
16-
ms.topic: article
17-
ms.assetid: de6cbf6e-f2e9-4877-94df-9c13b1182d56
18-
caps.latest.revision: 14
19-
2+
title: Monitor with SCOM - Analytics Platform System | Microsoft Docs
3+
description: Use System Center Operations Manager (SCOM) to monitor the Analytics Platform System (APS)appliance.
4+
author: mzaman1
5+
manager: craigg
6+
ms.prod: sql
7+
ms.technology: data-warehouse
8+
ms.topic: conceptual
9+
ms.date: 04/17/2018
10+
ms.author: murshedz
11+
ms.reviewer: martinle
2012
---
21-
# Monitor the Appliance by Using System Center Operations Manager
22-
This describes how to use System Center Operations Manager to monitor SQL Server PDW and HDInsight.
13+
14+
# Monitor with System Center Operations Manager - Analytics Platform System
15+
Use System Center Operations Manager (SCOM) to monitor the Analytics Platform System (APS) appliance.
2316

2417
## Before You Begin
2518

@@ -29,7 +22,7 @@ This describes how to use System Center Operations Manager to monitor SQL Server
2922

3023
2. SQL Server 2008 R2 Native Client or SQL Server 2012 Native Client must be installed.
3124

32-
3. The management packs to monitor SQL Server PDW and HDInsight must be installed, imported, and configured. Use the following for instructions to perform these tasks.
25+
3. The management packs to monitor SQL Server PDW and HDInsight must be installed, imported, and configured. Use the following articles for instructions to perform these tasks.
3326

3427
- [Install the SCOM Management Packs &#40;Analytics Platform System&#41;](install-the-scom-management-packs.md)
3528

@@ -49,7 +42,7 @@ Alerts are where you can find the current alerts to manage.
4942
![Alerts](./media/monitor-the-appliance-by-using-system-center-operations-manager/SCOM_SCOM.png "SCOM_SCOM")
5043

5144
### Appliances
52-
Appliances are where you will find the currently discovered and monitored SQL Server PDW Appliances in your environment. If an appliance does not show up here and you have created the ODBC connection for it, then there may be something wrong with your PDWWatcher account. If they show up as “Not monitored” there may be something wrong with your PDWMonitor account. Please be patient as SCOM does not make changes in real time, but periodically checks for new appliances to monitor and periodically sends queries to appliances for monitoring.
45+
Appliances are where you will find the currently discovered and monitored SQL Server PDW Appliances in your environment. If an appliance does not show up here and you have created the ODBC connection for it, then there may be something wrong with your PDWWatcher account. If they show up as “Not monitored”, there may be something wrong with your PDWMonitor account. Be patient since SCOM does not make changes in real time, but periodically checks for new appliances to monitor and periodically sends queries to appliances for monitoring.
5346

5447
![Appliances](./media/monitor-the-appliance-by-using-system-center-operations-manager/SCOM_SCOM2.png "SCOM_SCOM2")
5548

docs/analytics-platform-system/monitor-the-appliance-by-using-system-views.md

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,18 @@
11
---
2-
title: "Monitor the Appliance by Using System Views (Analytics Platform System)"
3-
author: "barbkess"
4-
ms.author: "barbkess"
5-
manager: "craigg"
6-
ms.prod: "analytics-platform-system"
7-
ms.prod_service: "mpp-data-warehouse"
8-
ms.service: ""
9-
ms.component:
10-
ms.technology: "mpp-data-warehouse"
11-
ms.custom: ""
12-
ms.date: 01/05/2017
13-
ms.reviewer: na
14-
ms.suite: "sql"
15-
ms.tgt_pltfrm: na
16-
ms.topic: article
17-
ms.assetid: d6e34c16-12ba-4a6f-80a7-391bca5ba534
18-
caps.latest.revision: 8
19-
2+
title: Monitor with system views - Analytics Platform System | Microsoft Docs
3+
description: This article lists the system views that you can use for monitoring the Analytics Platform system appliance.
4+
author: mzaman1
5+
manager: craigg
6+
ms.prod: sql
7+
ms.technology: data-warehouse
8+
ms.topic: conceptual
9+
ms.date: 04/17/2018
10+
ms.author: murshedz
11+
ms.reviewer: martinle
2012
---
21-
# Monitor the Appliance by Using System Views
22-
This topic lists the system views that you can use for monitoring SQL Server PDW.
13+
14+
# Monitor the appliance with system views - Analytics Platform System
15+
This article lists the system views that you can use for monitoring SQL Server PDW.
2316

2417
## To Monitor the Appliance by Using System Views
2518
SQL Server PDW includes comprehensive system views that enable you to obtain detailed information about the appliance health, state, and performance. This table provides links to system views that can be used for each monitoring capability.

docs/analytics-platform-system/monitor-the-appliance-by-using-the-admin-console.md

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
---
2-
title: "Monitor the Appliance by Using the Admin Console (Analytics Platform System)"
3-
author: "barbkess"
4-
ms.author: "barbkess"
5-
manager: "craigg"
6-
ms.prod: "analytics-platform-system"
7-
ms.prod_service: "mpp-data-warehouse"
8-
ms.service: ""
9-
ms.component:
10-
ms.technology: "mpp-data-warehouse"
11-
ms.custom: ""
12-
ms.date: 01/05/2017
13-
ms.reviewer: na
14-
ms.suite: "sql"
15-
ms.tgt_pltfrm: na
16-
ms.topic: article
17-
ms.assetid: 294ba6ac-b1ff-46ea-ba32-d8b32cb4cdc2
18-
caps.latest.revision: 26
19-
2+
title: Monitor with Admin Console - Analytics Platform System | Microsoft Docs
3+
description: For Analytics Platform System, the Admin Console is a web application that surfaces the appliance state, health, and performance information. Users connect to the Admin Console through an internet browser.
4+
author: mzaman1
5+
manager: craigg
6+
ms.prod: sql
7+
ms.technology: data-warehouse
8+
ms.topic: conceptual
9+
ms.date: 04/17/2018
10+
ms.author: murshedz
11+
ms.reviewer: martinle
2012
---
21-
# Monitor the Appliance by Using the Admin Console
13+
14+
# Monitor the appliance with the Admin Console - Analytics Platform System
2215
The Admin Console is a SQL Server PDW web application that surfaces the appliance state, health, and performance information. Users connect to the Admin Console through Internet Explorer.
2316

2417
## <a name="About"></a>About the Admin Console

docs/analytics-platform-system/monitoring-active-queries.md

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,18 @@
11
---
2-
title: "Monitoring Active Queries (SQL Server PDW)"
3-
author: "barbkess"
4-
ms.author: "barbkess"
5-
manager: "craigg"
6-
ms.prod: "analytics-platform-system"
7-
ms.prod_service: "mpp-data-warehouse"
8-
ms.service: ""
9-
ms.component:
10-
ms.technology: "mpp-data-warehouse"
11-
ms.custom: ""
12-
ms.date: 01/13/2017
13-
ms.reviewer: na
14-
ms.suite: "sql"
15-
ms.tgt_pltfrm: na
16-
ms.topic: article
17-
ms.assetid: bb73f790-0537-414b-8dc2-f1eb69b92362
18-
caps.latest.revision: 7
19-
2+
title: Monitor active queries - Parallel Data Warehouse | Microsoft Docs
3+
description: Use the Admin Console and Parallel Data Warehouse system views to monitor active queries on Analytics Platform System.
4+
author: mzaman1
5+
manager: craigg
6+
ms.prod: sql
7+
ms.technology: data-warehouse
8+
ms.topic: conceptual
9+
ms.date: 04/17/2018
10+
ms.author: murshedz
11+
ms.reviewer: martinle
2012
---
21-
# Monitoring Active Queries
22-
This topic shows how to use the Admin Console and the SQL Server PDW system views to monitor active queries. See [Monitor the Appliance by Using the Admin Console](monitor-the-appliance-by-using-the-admin-console.md) and [System Views](tsql-system-views.md) for information on these tools.
13+
14+
# Monitoring active queries - Parallel Data Warehouse
15+
This article shows how to use the Admin Console and the SQL Server PDW system views to monitor active queries. See [Monitor the Appliance by Using the Admin Console](monitor-the-appliance-by-using-the-admin-console.md) and [System Views](tsql-system-views.md) for information on these tools.
2316

2417
## Prerequisites
2518
Regardless of the method used to monitor active queries, the login must have the permissions described in “Use All of the Admin Console” in [Grant Permissions to Use the Admin Console](grant-permissions.md#grant-permissions-to-use-the-admin-console).

0 commit comments

Comments
 (0)