This forum is closed. Thank you for your contributions.
between SQL 2012 and Postgres 9.1? Has anyone done that that successfully and can anyone share any pointer to information?
thanks,
Claire
the existing sync providers for SQL Server will work with SQL 2012. There is no OOTB provider for Postgres, so you will have to build your own.
this is an example of the older offline provider:
InfoQ: Making Microsoft Sync Framework work with PostgreSql.
this is an example of the newer collaboration provider using Oracle: