Forum Discussion

AJAJ's avatar
AJAJ
Helper IV
6 months ago
Solved

Script out all Fabric Datawarehouse objects

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 wher...
  • deborshi_nag's avatar
    6 months ago

    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.