Forum Discussion
Complete SQL Server database migration
- 7 months ago
Hi amaaiia, you could think about the following.
- Consider migrating your db_info database to a Warehouse instead of a Fabric SQL Database. Warehouses also support stored procedures and temporary tables.
- For the SQL Server data that you now extract with linked servers, consider using mirroring the data to Fabric.
- For the MySQL server data you could also consider using open mirroring. But if that's too complecated you could also consider using pipelines or this notebook fabric-toolbox/samples/open-mirroring/mysql Mirroring/mysqlmirroring.ipynb at main · microsoft/fabric-toolbox
Unfortunately we cannot yet create shortcuts in Warehouses (Vote for the idea), so you have to maybe have to use pipelines to get all the data together into the same Warehouse.
Considerations 2-3 also work when you still choose to use Fabric SQL Database
Hope it helps figuring this one out.
Hi amaaiia, you could think about the following.
- Consider migrating your db_info database to a Warehouse instead of a Fabric SQL Database. Warehouses also support stored procedures and temporary tables.
- For the SQL Server data that you now extract with linked servers, consider using mirroring the data to Fabric.
- For the MySQL server data you could also consider using open mirroring. But if that's too complecated you could also consider using pipelines or this notebook fabric-toolbox/samples/open-mirroring/mysql Mirroring/mysqlmirroring.ipynb at main · microsoft/fabric-toolbox
Unfortunately we cannot yet create shortcuts in Warehouses (Vote for the idea), so you have to maybe have to use pipelines to get all the data together into the same Warehouse.
Considerations 2-3 also work when you still choose to use Fabric SQL Database
Hope it helps figuring this one out.
- v-dineshya7 months agoCommunity Support
Hi amaaiia ,
Thank you for reaching out to the Microsoft Community Forum.
Hi nielsvdc , Thank you for your prompt response.
Hi amaaiia , could you please try the proposed solution shared by nielsvdc ? Let us know if you’re still facing the same issue we’ll be happy to assist you further.
Regards,
Dinesh