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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
pmscorca
Kudo Kingpin
Kudo Kingpin

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
Super User
Super User

6 REPLIES 6
kpl
Frequent Visitor

@pmscorca  Have you been able to migrate your data to Microsoft Fabric?

If not, I’m excited to share that we have a Gen AI-powered tool that simplifies migrating your existing data to Fabric. It helps harness the power of Gen AI to accelerate migration, reduce costs by up to 60%, speed delivery by 50%, and optimize your data estate.

If you’d like to learn more, feel free to reach out to me at kapil@intellifysolutions.com

Srisakthi
Super User
Super User

Hi @pmscorca ,

 

Please refer this document.

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

 

Regards,

Srisakthi

maruthisp
Super User
Super User

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?

Hi @markf7962 ,

 

Yes. Please refer this link

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

 

Regards,

Srisakthi

mabdollahi
Advocate IV
Advocate IV

@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
April Fabric Update Carousel

Fabric Monthly Update - April 2026

Check out the April 2026 Fabric update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Top Solution Authors