Skip to content

Commit 3de119b

Browse files
authored
Merge pull request #85502 from kevinvngo/patch-114
New VS2019 release for SQL DW
2 parents 8f5cc98 + 3cabe24 commit 3de119b

File tree

2 files changed

+25
-28
lines changed

2 files changed

+25
-28
lines changed

articles/sql-data-warehouse/TOC.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,14 @@
267267
href: sql-data-warehouse-connect-overview.md
268268
- name: Connection strings
269269
href: sql-data-warehouse-connection-strings.md
270-
- name: sqlcmd
271-
href: sql-data-warehouse-get-started-connect-sqlcmd.md
270+
- name: Install Visual Studio SSDT
271+
href: sql-data-warehouse-install-visual-studio.md
272+
- name: Query with Visual Studio SSDT
273+
href: sql-data-warehouse-query-visual-studio.md
272274
- name: Query with SSMS
273275
href: sql-data-warehouse-query-ssms.md
274-
- name: Query with Visual Studio
275-
href: sql-data-warehouse-query-visual-studio.md
276-
- name: Install Visual studio
277-
href: sql-data-warehouse-install-visual-studio.md
276+
- name: Connect and query with sqlcmd
277+
href: sql-data-warehouse-get-started-connect-sqlcmd.md
278278
- name: Workload management
279279
items:
280280
- name: Analyze your workload
Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,41 @@
11
---
2-
title: Install Visual Studio and SSDT for SQL Data Warehouse | Microsoft Docs
2+
title: Install Visual Studio 2019 for SQL Data Warehouse | Microsoft Docs
33
description: Install Visual Studio and SQL Server Development Tools (SSDT) for Azure SQL Data Warehouse
44
services: sql-data-warehouse
55
ms.custom: vs-azure
66
ms.workload: azure-vs
7-
author: XiaoyuMSFT
7+
author: kevinvngo
88
manager: craigg
99
ms.service: sql-data-warehouse
1010
ms.topic: conceptual
1111
ms.subservice: development
12-
ms.date: 04/05/2019
13-
ms.author: xiaoyul
12+
ms.date: 08/15/2019
13+
ms.author: kevin
1414
ms.reviewer: igorstan
1515
---
1616

17-
# Install Visual Studio and SSDT for SQL Data Warehouse
18-
Use Visual Studio 2019 to develop applications for SQL Data Warehouse. Currently Visual Studio 2019 SSDT isn't supported for SQL Data Warehouse.
17+
# Getting started with Visual Studio 2019 for SQL Data Warehouse
18+
Visual Studio **2019** SQL Server Data Tools (SSDT) is a single tool allowing you to do the following:
1919

20-
Using Visual Studio with SSDT allows you to use the SQL Server Object Explorer to explore tables, views, stored procedures, and many more objects visually in your SQL Data Warehouse. It also allows you to run queries.
20+
- Connect, query, and develop applications for SQL Data Warehouse
21+
- Leverage an object explorer to visually explore all objects in your data model including tables, views, stored procedures, and etc.
22+
- Generate T-SQL data definition language (DDL) scripts for your objects
23+
- Develop your data warehouse using a state-based approach with SSDT Database Projects
24+
- Integrate your database project with source control systems such as Git with Azure DevOps Repos
25+
- Set up continuous integration and deployment pipelines with automation servers such as Azure DevOps [Coming soon]
2126

2227
> [!NOTE]
23-
> SQL Data Warehouse does not yet support Visual Studio Database Projects. To receive periodic updates on this feature, please vote on [UserVoice].
24-
>
25-
>
28+
> Currently Visual Studio SSDT Database Projects is in preview. To receive periodic updates on this feature, please vote on [UserVoice].
2629
27-
## Step 1: Install Visual Studio
28-
Follow these links to download and install Visual Studio. If you already have Visual Studio 2013 or later installed, you can skip to Step 2, install SSDT.
30+
## Install Visual Studio 2019
31+
Use the following link to download and install Visual Studio: [Download Visual Studio 2019][]. You need to select the Data storage and processing workload during install. There is no more standalone SSDT installation required in Visual Studio 2019.
2932

30-
1. [Download Visual Studio][].
31-
2. Follow the [Installing Visual Studio][Installing Visual Studio] guide on MSDN and choose the default configurations.
33+
## Reporting issues with SSDT Visual Studio 2019 (preview)
3234

33-
## Step 2: Install SSDT
34-
To install SSDT for Visual Studio, first check for an SSDT update from within Visual Studio by following these steps.
35-
36-
1. In Visual Studio click on **Tools** / **Extensions and Updates…** / **Updates**
37-
2. Select **Product Updates** and then look for **Microsoft SQL Server Update for database tooling**
38-
39-
You should have the latest version installed if an update isn't found. To confirm SSDT is installed, click on **Help** / **About Microsoft Visual Studio** and look for SQL Server Data Tools in the list. If the option to install isn't available from Visual Studio, you can visit the [SSDT Download][SSDT Download] page to download and install SSDT manually.
35+
To report issues when using SSDT with SQL Data Warehouse, email the following email distribution list: <[email protected]>
4036

4137
## Next steps
38+
4239
Now that you have the latest version of SSDT, you're ready to [connect][connect] to your SQL Data Warehouse.
4340

4441
<!--Anchors-->
@@ -49,7 +46,7 @@ Now that you have the latest version of SSDT, you're ready to [connect][connect]
4946
[connect]: ./sql-data-warehouse-query-visual-studio.md
5047

5148
<!--Other-->
52-
[Download Visual Studio]: https://www.visualstudio.com/downloads/
49+
[Download Visual Studio 2019]: https://www.visualstudio.com/downloads/
5350
[Installing Visual Studio]: https://msdn.microsoft.com/library/e2h7fzkw.aspx
5451
[SSDT Download]: https://msdn.microsoft.com/library/mt204009.aspx
5552
[UserVoice]: https://feedback.azure.com/forums/307516-sql-data-warehouse/suggestions/13313247-database-project-from-visual-studio-to-support-azu

0 commit comments

Comments
 (0)