Start a new topic

I can convert a database in sql server to a PostgreSQL?

[This topic is migrated from our old forums. The original author name has been removed]

I have a database in SQL server and need to create a similar on PostgreSQL. I wonder if is possible by DbVisualizer 8.0.10, and if possible, as would be. Thank you.

[This reply is migrated from our old forums.]

Re: I can convert a database in sql server to a PostgreSQL?
Hi Chopper, There may be some issues with special data types such as Date and Time, but you can try to use Export Schema for the SQL Server database (SQL format) and then run the generated script for the PostgreSQL database. Please see the Users Guide for details: http://www.dbvis.com/doc/main/doc/ug/exportImport/exportImport.html Best Regards, Hans
[This reply is migrated from our old forums. The original author name has been removed]

Re: I can convert a database in sql server to a PostgreSQL?
Also you can find lot of useful stuff here: https://en.wikipedia.org/wiki/PostgreSQL
[This reply is migrated from our old forums. The original author name has been removed]

Re: I can convert a database in sql server to a PostgreSQL?
Also you can find lot of useful stuff here: https://wiki.postgresql.org/wiki/Main_Page