Migrating Microsoft SQL to Postgres

3

I need to migrate my SQL database to Postgre-SQL, but I do not have much intimacy with the database itself. Is there any tool that can help with migration? I have backup of generated MS SQL .bak is it possible to convert it? Thankful!

    
asked by anonymous 07.10.2015 / 20:43

1 answer

0

The beginning of a database export for files that can be imported into PostgreSQL is to locate and open the IMPORT AND EXPORT DATA tool on the SQL SERVER menu. After locating, you should open this option, where you will see a DATA TRANSFORMATION SERVICES IMPORT / EXPORT WIZARD welcome window. By clicking on Next we move on to the next level where we will choose where we will export the data, after these options we still have the last and most important, which will be the choice of the database in which we will connect for export. >

Just follow the walkthrough of this tutorial: Migrating from SQL Server for PostgreSQL

    
07.10.2015 / 21:30