Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric certified for FREE! Don't miss your chance! Learn more
Hi there,
In SQL db, i could script out all the views, sps, tables using the below.
I know in fabric datawarehouse this is not available. However is there a work-around where I could script out all the objects (even fabric data pipelines) which can act as back up scripts, or moved somewhere else and deployed completely on a new subscription. I mean i'm looking to have scripts as back up, could save the whole code in a zip file, usb drive, oneline drive, etc and have it portable and moved into a new subscription if things have to be started from scratch under a new business entity name.
Thanks
Solved! Go to Solution.
Hi @AJAJ,
For Pipelines, I'd recommend connecting your workspace to Git to back them up.
For Warehouses, I believe if you commit those to Git as well it will make a database project that contains the DDL for all tables/views. This is in preview however.
Source Control with Fabric Data Warehouse (Preview) - Microsoft Fabric | Microsoft Learn
Proud to be a Super User! | |
Hi @AJAJ
You will need Visual Studio Code with two extensions, both extensions are from Microsoft.
1. SQL Server (mssql)
2. SQL Database Projects
Once installed, go to SQL Server extension page from the left menu and add a new connection to your Fabric workspace. Select Browse Fabric to pick your Fabric SQL Data Warehouse or Database. When connected you should see all databases on the left in the Databases node. Right click on the Database you'd like to script and select Create Project from Database menu. You'll be asked to select a folder. Select File Type when asked for folder structure and recommended options for everything else.
You will now have one file containing the script for all objects.
Hi @AJAJ
You will need Visual Studio Code with two extensions, both extensions are from Microsoft.
1. SQL Server (mssql)
2. SQL Database Projects
Once installed, go to SQL Server extension page from the left menu and add a new connection to your Fabric workspace. Select Browse Fabric to pick your Fabric SQL Data Warehouse or Database. When connected you should see all databases on the left in the Databases node. Right click on the Database you'd like to script and select Create Project from Database menu. You'll be asked to select a folder. Select File Type when asked for folder structure and recommended options for everything else.
You will now have one file containing the script for all objects.
Thanks @deborshi_nag . Im using fabric warehouse and not SQL DB. Does the above work for fabric datalake and warehouse (not SQL db)?
Yes, it works for Fabric Datawarehouse and Fabric SQL Database.
@tayloramy Got it. So its all via Github repo. Thanks. How about if i need to script out data from a bunch of small tables? Something like config table may with 100-200 records? and if there are 20-25 tables. Ofcourse i have to export one by one or if there is any script.
Hi @AJAJ,
For Pipelines, I'd recommend connecting your workspace to Git to back them up.
For Warehouses, I believe if you commit those to Git as well it will make a database project that contains the DDL for all tables/views. This is in preview however.
Source Control with Fabric Data Warehouse (Preview) - Microsoft Fabric | Microsoft Learn
Proud to be a Super User! | |
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Fabric update to learn about new features.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 3 | |
| 3 | |
| 3 |