You can use the workarounds in this section to replace unsupported SQL Server syntax or functionality with PostgreSQL functionality or features. Other familiar SQL Server functionality can be replaced by PostgreSQL tools and utilities. The following table provides links to the PostgreSQL documentation for PostgreSQL features:
SQL Server feature | PostgreSQL feature |
---|---|
SQL Server Replication | PostgreSQL Replication |
DBCC CLEANTABLE | PostgreSQL VACCUUM utilities |
SQL Profiler | auto_explain |