Skip to content

Commit 8d29bdd

Browse files
committed
2 parents ae70f1b + f5d44e9 commit 8d29bdd

75 files changed

Lines changed: 269 additions & 214 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/2014/getting-started/deprecated-sql-server-features-in-sql-server-2014.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,15 @@ manager: craigg
2323
|Data Programmability|[sys.endpoint_webmethods (Transact-SQL)](/sql/relational-databases/system-catalog-views/sys-endpoint-webmethods-transact-sql)|Windows Communications Foundation (WCF) or ASP.NET|Native XML Web Services|23|
2424

2525
### Slipstream Functionality
26-
The Product Update feature replaces the Slipstream functionality that was available in [!INCLUDE[ssKatmai](../includes/sskatmai-md.md)] PCU1. Therefore the command-line parameters, /*PCUSource* and /*CUSource*, associated with Slipstream functionality should no longer be used. The parameters will continue to work, but may be removed in a future release of [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Setup. The /*UpdateSource* parameter combines the functionality of the Slipstream parameters, /*PCUSource* and /*CUSource*.
26+
The [Product Update feature](/previous-versions/sql/sql-server-2012/hh231670(v=sql.110)?redirectedfrom=MSDN) was introduced in SQL Server 2012 as an extension to the Slipstream functionality that was available in [!INCLUDE[ssKatmai](../includes/sskatmai-md.md)] PCU1. In SQL Server 2014, the Product Update feature is the recommended method to use for slipstreaming SQL Server. Therefore the command-line parameters, /*PCUSource* and /*CUSource*, associated with original Slipstream functionality, should no longer be used. These parameters will continue to work, but may be removed in a future release of [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Setup. The recommended parameter to use is /*UpdateSource* which combines the functionality of the original Slipstream parameters, /*PCUSource* and /*CUSource*.
2727

2828
For more information about Slipstream functionality that was available in [!INCLUDE[ssKatmai](../includes/sskatmai-md.md)] PCU1, see [Slipstream a SQL Server Update](https://go.microsoft.com/fwlink/?LinkId=219945) (https://go.microsoft.com/fwlink/?LinkId=219945).
29-
29+
For information on how to use /*UpdateSource* to slipstream SQL Server builds, refer to the following:
30+
31+
- [How to patch SQL Server 2012 Setup with an updated setup package (using UpdateSource to get a smart setup)](https://blogs.msdn.microsoft.com/jason_howell/2012/08/28/how-to-patch-sql-server-2012-setup-with-an-updated-setup-package-using-updatesource-to-get-a-smart-setup/)
32+
33+
- [SQL Server 2012 Setup just got smarter… ](https://techcommunity.microsoft.com/t5/SQL-Server-Support/SQL-Server-2012-Setup-just-got-smarter-8230/ba-p/317440)
34+
3035
## See Also
3136
[Backward Compatibility](../../2014/getting-started/backward-compatibility.md)
3237

docs/analytics-platform-system/polybase-configure-hadoop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "Use PolyBase to access external data in Hadoop"
2+
title: "Access external data: Hadoop - PolyBase"
33
description: Explains how to configure PolyBase in Parallel Data Warehouse to connect to external Hadoop.
44
author: mzaman1
55
ms.prod: sql
66
ms.technology: data-warehouse
77
ms.topic: conceptual
8-
ms.date: 04/17/2018
8+
ms.date: 12/13/2019
99
ms.author: murshedz
1010
ms.reviewer: martinle
11-
ms.custom: seo-dt-2019
11+
ms.custom: seo-dt-2019, seo-lt-2019
1212
---
1313
# Configure PolyBase to access external data in Hadoop
1414

docs/big-data-cluster/big-data-cluster-consume-apps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: jeroenterheerdt
66
ms.author: jterh
77
ms.reviewer: mikeray
88
ms.date: 08/21/2019
9+
ms.metadata: seo-lt-2019
910
ms.topic: conceptual
1011
ms.prod: sql
1112
ms.technology: big-data-cluster

docs/big-data-cluster/big-data-cluster-create-apps.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: Deploy applications using azdata
3-
titleSuffix: SQL Server big data clusters
2+
title: Deploy applications with azdata
3+
titleSuffix: SQL Server Big Data Clusters
44
description: Deploy a Python or R script as an application on [!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ver15.md)].
55
author: jeroenterheerdt
66
ms.author: jterh
77
ms.reviewer: mikeray
8-
ms.date: 11/04/2019
8+
ms.metadata: seo-lt-2019
9+
ms.date: 12/13/2019
910
ms.topic: conceptual
1011
ms.prod: sql
1112
ms.technology: big-data-cluster

docs/big-data-cluster/concept-application-deployment.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
---
22
title: What is Application Deployment?
3-
titleSuffix: Big Data Clusters for SQL Server 2019
3+
titleSuffix: SQL Server Big Data Clusters
44
description: This article describes application deployment on a Big Data Clusters for SQL Server 2019.
55
author: jeroenterheerdt
66
ms.author: jterh
77
ms.reviewer: mikeray
8-
ms.date: 08/21/2019
8+
ms.metadata: seo-lt-2019
9+
ms.date: 12/13/2019
910
ms.topic: conceptual
1011
ms.prod: sql
1112
ms.technology: big-data-cluster
1213
---
1314

14-
# What is Application Deployment on a SQL Server 2019 big data cluster?
15+
# What is Application Deployment on a Big Data Cluster?
1516

1617
Application Deployment enables the deployment of applications on the big data cluster by providing interfaces to create, manage, and run applications. Applications deployed on the big data cluster benefit from the computational power of the cluster and can access the data that is available on the cluster. This increases scalability and performance of the applications, while managing the applications where the data lives.
1718
The following sections describe the architecture and functionality of Application Deployment.

docs/big-data-cluster/deploy-notebooks.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
---
2-
title: Deploy SQL Server big data cluster with Azure Data Studio notebooks
3-
titleSuffix: Deploy SQL Server big data cluster cluster with Azure Data Studio notebooks
2+
title: "Deploy: Azure Data Studio notebook"
3+
titleSuffix: SQL Server Big Data Clusters
44
description: Use a notebook from Azure Data Studio to deploy a big data cluster.
55
author: MikeRayMSFT
66
ms.author: mikeray
77
ms.reviewer: mihaelab
8-
ms.date: 11/04/2019
8+
ms.metadata: seo-lt-2019
9+
ms.date: 12/13/2019
910
ms.topic: conceptual
1011
ms.prod: sql
1112
ms.technology: big-data-cluster
1213
---
1314

14-
# Deploy SQL Server big data cluster with Azure Data Studio notebooks
15+
# Deploy SQL Server big data cluster with Azure Data Studio notebook
1516

1617
[!INCLUDE[tsql-appliesto-ssver15-xxxx-xxxx-xxx](../includes/tsql-appliesto-ssver15-xxxx-xxxx-xxx.md)]
1718

docs/big-data-cluster/deploy-on-aks.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: Configure Azure Kubernetes Service
3-
titleSuffix: SQL Server big data clusters
3+
titleSuffix: SQL Server Big Data Clusters
44
description: Learn how to configure Azure Kubernetes Service (AKS) for [!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ver15.md)] deployments.
55
author: MikeRayMSFT
66
ms.author: mikeray
77
ms.reviewer: mihaelab
8-
ms.date: 08/21/2019
8+
ms.metadata: seo-lt-2019
9+
ms.date: 12/13/2019
910
ms.topic: conceptual
1011
ms.prod: sql
1112
ms.technology: big-data-cluster

docs/big-data-cluster/deployment-script-single-node-kubeadm.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: Deploy with a bash script to a single node kubeadm cluster
3-
titleSuffix: SQL Server big data clusters
2+
title: Deploy single node kubeadm cluster
3+
titleSuffix: SQL Server Big Data Clusters
44
description: Use a bash deployment script to deploy a [!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ver15.md)] to a single node kubeadm cluster.
55
author: mihaelablendea
66
ms.author: mihaelab
77
ms.reviewer: mikeray
8-
ms.date: 08/21/2019
8+
ms.metadata: seo-lt-2019
9+
ms.date: 12/13/2019
910
ms.topic: conceptual
1011
ms.prod: sql
1112
ms.technology: big-data-cluster
@@ -15,7 +16,7 @@ ms.technology: big-data-cluster
1516

1617
[!INCLUDE[tsql-appliesto-ssver15-xxxx-xxxx-xxx](../includes/tsql-appliesto-ssver15-xxxx-xxxx-xxx.md)]
1718

18-
In this tutorial, you use a sample bash deployment script to deploy a single node Kubernetes cluster using kubeadm and a SQL Server big data cluster on it.
19+
In this tutorial, you use a sample bash deployment script to deploy a single node Kubernetes cluster using kubeadm and a SQL Server big data cluster on it.
1920

2021
## Prerequisites
2122

docs/big-data-cluster/manage-notebooks.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: Manage SQL Server Big Data Clusters with Azure Data Studio notebooks
3-
titleSuffix: Manage SQL Server Big Data Clusters with Azure Data Studio notebooks
2+
title: "Manage: Azure Data Studio notebooks"
3+
titleSuffix: SQL Server Big Data Clusters
44
description: Use a notebook from Azure Data Studio to manage and troubleshoot a big data cluster.
55
author: yualan
66
ms.author: alanyu
77
ms.reviewer: mikeray
8-
ms.date: 09/09/2019
8+
ms.metadata: seo-lt-2019
9+
ms.date: 12/13/2019
910
ms.topic: conceptual
1011
ms.prod: sql
1112
ms.technology: big-data-cluster

docs/big-data-cluster/notebooks-guidance.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: Run notebooks in Azure Data Studio
3-
titleSuffix: SQL Server big data clusters
2+
title: "Run notebooks: Azure Data Studio"
3+
titleSuffix: SQL Server Big Data Clusters
44
description: This article explains how to run Jupyter Notebooks in Azure Data Studio connected to a SQL Server 2019 big data cluster.
55
author: MikeRayMSFT
66
ms.author: mikeray
77
ms.reviewer: mihaelab
8-
ms.date: 05/08/2019
8+
ms.metadata: seo-lt-2019
9+
ms.date: 12/13/2019
910
ms.topic: conceptual
1011
ms.prod: sql
1112
ms.technology: big-data-cluster

0 commit comments

Comments
 (0)