-
Notifications
You must be signed in to change notification settings - Fork 0
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:
- Either extract performed or new database project created with a version of Visual Studio.
- Either extract performed or new database project created with Azure Data Studio with the SQL Database Projects extension installed.
- New project created by command line with the Microsoft.Build.Sql .NET SDK for database projects.
- New project created by command line with the MSBuild.Sdk.SqlProj (community driven offering).
- 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'.