Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
pmscorca
Advocate V
Advocate V

Tool to facilitate the data migration to a Fabric SQL database

Hi,

I'd like to know if it exists some tools to facilitate the data migration to a Fabric SQL Database.

It seems that the Migration Assistant is specific for a data warehouse.

Many thanks

1 ACCEPTED SOLUTION
Srisakthi
Continued Contributor
Continued Contributor

5 REPLIES 5
Srisakthi
Continued Contributor
Continued Contributor

Hi @pmscorca ,

 

Please refer this document.

https://learn.microsoft.com/en-us/fabric/database/sql/sqlpackage

 

Regards,

Srisakthi

maruthisp
Solution Specialist
Solution Specialist

Hi @pmscorca ,

 

I don't think there is a tool. But from Azure Synapse dedicated sql pools to fabric dwh, below is the microsoft reference link:
https://learn.microsoft.com/en-us/fabric/data-warehouse/migrate-with-migration-assistant

If this reply helped solve your problem, please consider clicking "Accept as Solution" so others can benefit too. And if you found it useful, a quick "Kudos" is always appreciated, thanks! 

 

Best Regards, 

Maruthi 

LinkedIn - http://www.linkedin.com/in/maruthi-siva-prasad/ 

X            -  Maruthi Siva Prasad - (@MaruthiSP) / X

markf7962
Frequent Visitor

Wouldn't SqlPackage do this?

Srisakthi
Continued Contributor
Continued Contributor

Hi @markf7962 ,

 

Yes. Please refer this link

https://learn.microsoft.com/en-us/fabric/database/sql/sqlpackage

 

Regards,

Srisakthi

mabdollahi
Advocate II
Advocate II

@pmscorca 

Since it is still in preview, there’s no dedicated migration tool like the Data Migration Assistant for it yet.

For now, the easiest ways to move data are:

  • Use Dataflows Gen2 or Fabric Pipelines to pull data from your source (like SQL Server, Oracle, etc.) into the Fabric SQL DB.

  • Or use notebooks with JDBC/ODBC to connect to the source and insert data.

  • If you're already using ADF, you can set up a pipeline to copy data, though full support for Fabric SQL DB is still evolving.

So it’s not fully automated yet, but these options work depending on your setup.

Helpful resources

Announcements
May FBC25 Carousel

Fabric Monthly Update - May 2025

Check out the May 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors