I'm stuck with somewhat of a strange integration issue between MSSQL & PostgreSQL.
I have the latest versions of both SQL Server 2017 & PostgreSQL 10.8 - each running on their own machines.
I was able install & configure ODBC between the servers, but I am able only to use Openquery with SELECT & INSERT - but not UPDATE or DELETE.
using the 4 name format (e.g. WORLD_SAMPLE.world.[public].city) also doesn't work ...
Any suggestions would be most welcome 🙂 It's driving me nuts