Forum Discussion
PostgreSQL on AWS to Microsoft Fabric
- 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
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