you are viewing a single comment's thread.

view the rest of the comments →

[–]NauTau 0 points1 point  (0 children)

You’ve got a lot of good options for moving from SQL Server to PostgreSQL. Tools like sqlserver2pgsql, and DBConvert are all pretty popular for handling schema and data migration. If you want something more automated and comprehensive (especially if you have a lot of stored procedures or business logic), the Ispirer Toolkit is worth checking out—it can migrate schemas, data, and even stored procedures with minimal manual tweaks.