
* Wide range of Postgres-compatible databases are supported, i.e. Amazon RDB, Heroku, Yellowbrick, etc.
Main features are:
- Database conversion with DTS Wizard (MSSQL 2000) or SSIS Wizard (SQL Server 2005/2008/2012/2016/2017/2019).
- Support for SSRS, SSAS and SSIS (SQL Server 2005/2008/2012/2016/2017/2019).
- SQL Server Linked Servers and Replication support.
- Error reporting and execution tracing.
- Transactions support: standard OLEDB, and "nested" PostgreSQL transaction using savepoints.
- Distributed transactions (two phase commit protocol).
- Schema support for tables, views, provider types, columns, primary/foreign keys, indexes, etc.
- Multiple results support.
- Commands cancel, prepare and column information on a prepared command.
- Unicode (UTF8/UTF16) and various languages support.
- Support for PostgreSQL 8.x-12.x with POSIX and other extensions.
- Partial support for T-SQL, Oracle and EnterpriseDB statements syntax.
- Internal stored procedures, queries optimizer.
- Extended syntax for parameters ('@', ':' and '?') and support for IN, OUT and INOUT parameters.
- PGNP Profiler and PGNPUpdate utilities.