Forum Discussion

SARAVAB_1's avatar
SARAVAB_1
Frequent Visitor
1 year ago
Solved

PostgreSQL on AWS to Microsoft Fabric

There is a request to migrate PostgreSQL on AWS to Microsoft Fabric, potentially targeting the Fabric Data Warehouse. Most of the PostgreSQL functions will be converted into Fabric Stored Procedures....
  • nilendraFabric's avatar
    1 year ago

    Hello SARAVAB_1 

     

    challenge when migrating PostgreSQL to Microsoft Fabric is converting function logic from PL/pgSQL syntax to T-SQL.

    There is no fully automated way to achieve this. 

    tools like https://www.sqlines.com might help but it often require manual cleanup afterward, especially for complex functionality

     

    so what you are doing at the moment seems like the only viable option. 

    please accept this answer and give kudos if this is helpful