Re: OLEDB for PostgreSQL

2021-04-20 Thread Pavan Pusuluri
I have been using SSIS for migrating data only for non-aws stuff. If your target is on AWS, you can use SCT nd DMS. You might also want to look into the linkhttps://youtu.be/YKJub0zVztE Regards Pavan On Mon, Apr 19, 2021, 8:10 AM aditya desai wrote: > Hi Mustafa, > You can look into the

Re: OLEDB for PostgreSQL

2021-04-19 Thread aditya desai
Hi Mustafa, You can look into the SQLine tool. We recently used to migrate MSSQL to PostgreSQL. For procedures/functions etc you need to have good amount of understanding of TSQL and PL-PGSQL. SQLine will convert 60-80% of you TSQL code. Some manual effort is required at the end. Regards, Aditya.