You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Install Visual Studio and SSDT for SQL Data Warehouse | Microsoft Docs
2
+
title: Install Visual Studio 2019 for SQL Data Warehouse | Microsoft Docs
3
3
description: Install Visual Studio and SQL Server Development Tools (SSDT) for Azure SQL Data Warehouse
4
4
services: sql-data-warehouse
5
5
ms.custom: vs-azure
6
6
ms.workload: azure-vs
7
-
author: XiaoyuMSFT
7
+
author: kevinvngo
8
8
manager: craigg
9
9
ms.service: sql-data-warehouse
10
10
ms.topic: conceptual
11
11
ms.subservice: development
12
-
ms.date: 04/05/2019
13
-
ms.author: xiaoyul
12
+
ms.date: 08/15/2019
13
+
ms.author: kevin
14
14
ms.reviewer: igorstan
15
15
---
16
16
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:
19
19
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]
21
26
22
27
> [!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].
26
29
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.
29
32
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)
32
34
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]>
40
36
41
37
## Next steps
38
+
42
39
Now that you have the latest version of SSDT, you're ready to [connect][connect] to your SQL Data Warehouse.
43
40
44
41
<!--Anchors-->
@@ -49,7 +46,7 @@ Now that you have the latest version of SSDT, you're ready to [connect][connect]
0 commit comments