Home > Documentation >
PostgreSQL to MS SQL > Tutorial
Step 1 of 6. Select Conversion Mode
On this wizard page you can choose PostgreSQL to SQL Server migration scenario:
- Move to MS SQL server directly - use this approach to export
the contents of the source database into database on the target SQL Server.
You need live instance of SQL Server available and necessary privileges
to write into the target database. See Connect to SQL
Server section for related information.
- Export into T-SQL script - following this way, the program
stores the data into a local script file instead of moving it to SQL Server
directly. The resulting file contains SQL statements to create all tables and
to fill them with the data. See Import
PostgreSQL script files article for related information.
Have questions? Contact us