Ispirer Toolkit automates the entire migration of database objects from SQL Server to PostgreSQL
Both conversion with connection to the source database, as well as conversion of files containing Transact-SQL scripts are possible. The first option is most recommended, as the tool will get all the required information about object dependences directly from the database. Ispirer Toolkit can migrate the following objects: tables and data, views, functions, procedures, triggers, sequences and user-defined types. As a result, each separate database object is converted to its equivalent in PostgreSQL.
If you have your own applications, the Embedded SQL and Database APIs can be converted using either Ispirer Toolkit or Ispirer Service. They will be able to work with your new PostgreSQL database.