Re: MSSQL to PostgreSQL Migration

Поиск
Список
Период
Сортировка
От Gurudutt Dhareshwar
Тема Re: MSSQL to PostgreSQL Migration
Дата
Msg-id CAKPjcsGseO8qA7fi=HN=xWeqoRbAWhXixdv26HVch_xp8R42hQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: MSSQL to PostgreSQL Migration  (Datta D <dattadeshpande.it@gmail.com>)
Ответы Re: MSSQL to PostgreSQL Migration  (Alex Aquino <alex@efficiencygeek.com>)
Re: MSSQL to PostgreSQL Migration  (Holger Jakobs <holger@jakobs.com>)
Список pgsql-admin
Hi Datta ,

You can extract the data using the SSM Tool right click on the DB and use the extract wizard once done you can use a open source tool like SQLline to change the code. and then create them in Postgres .

For data you can move it using the SQL tool itself or take a BCP Out and then insert using the psql -d option . 

On Wed, Jan 11, 2023 at 7:14 PM Datta D <dattadeshpande.it@gmail.com> wrote:
Hi Samed
 I have all type of objects tables,views, functions, procs etc with Data in table SqlServer database, which I am looking for migrating it to Postgresql with OpenSource tools.

Thanks
Datta

On Mon, Jan 9, 2023 at 5:59 PM Samed YILDIRIM <samed@reddoc.net> wrote:
Hi Datta,

What objects do you exactly need to migrate? Tables, views, functions, indexes, procedures etc. Depending on object types, I can recommend multiple options. Unfortunately, I don't know any good solution that can convert all T-SQL code to pl/pgsql.

Best regards.
Samed YILDIRIM


On Sun, 1 Jan 2023 at 20:12, Datta D <dattadeshpande.it@gmail.com> wrote:
Dear Admins
 I am looking for a reliable open-source tool for migrating MSSQL server to Postgresql on prem cloud.
 Can you please suggest a related open-source tool for migrating all objects and data?

Thanks
Datta


--
Regards,

Gurudutt Dhareshwar

В списке pgsql-admin по дате отправления:

Предыдущее
От: Datta D
Дата:
Сообщение: Re: MSSQL to PostgreSQL Migration
Следующее
От: Alex Aquino
Дата:
Сообщение: Re: MSSQL to PostgreSQL Migration