Blog Post

Azure Synapse Analytics Blog
1 MIN READ

How to get started with a development environment using SSDT with SQL Data Warehouse

kevin_ngo's avatar
kevin_ngo
Icon for Microsoft rankMicrosoft
Sep 12, 2019

It’s recommended to begin employing DevOps practices in your organization as soon as possible when building your analytics solution with SQL Data Warehouse. For SQL Data Warehouse developers who are just getting started with database DevOps, this blog shows how to simply import and onboard an existing SQL data warehouse to a local source control repository using SQL Server Data Tools (SSDT). You will then create a new development environment for this data warehouse.

 

  1. Install Visual Studio 2019
  2. Connect to your data warehouse and right click on the object explorer to create a new project
  3. Create and add the new project to local source control repository
  4. You should now see your database project in the solution explorer
  5. Ensure your project can build successfully. If you have any references to DMVs that are causing build errors, add a database reference to master.
  6. Now create your development environment by right-clicking on your project and publishing to a server.

 

You have now placed your data warehouse model in source control and created a new development environment with SQL Data Warehouse. Learn more about SQL Data Warehouse DevOps by going through the following tutorials: 

Updated Apr 20, 2020
Version 5.0