Skip to content

5: Creating a database project

Kevin Chant edited this page Dec 11, 2024 · 1 revision

In reality, there are multiple ways you can create a database project. Most common ways to create one include:

  1. Either extract performed or new database project created with a version of Visual Studio.
  2. Either extract performed or new database project created with Azure Data Studio with the SQL Database Projects extension installed.
  3. New project created by command line with the Microsoft.Build.Sql .NET SDK for database projects.
  4. New project created by command line with the MSBuild.Sdk.SqlProj (community driven offering).
  5. Configuring Microsoft Fabric Git integration in a workspace containing a Data Warehouse.

I cover database projects in a blog post called 'Fabricators guide to database projects for Microsoft Fabric Data Warehouses'.

Clone this wiki locally