1
Scenario: I have the postgres database A, but I need to connect to the database from sql server 2017.
How can I do this?
1
Scenario: I have the postgres database A, but I need to connect to the database from sql server 2017.
How can I do this?
1
Oops, I got this guide here...
Thank you all for your attention.
Browser other questions tagged sql database sql-server postgresql connection
You are not signed in. Login or sign up in order to post.
Search the web for
linked server postgresql– José Diz
Have this PDF that you can follow to make the Linked Server between the BD, access here
– EmanuelF
You can also access SQL Server tables in postgres with the extension
tds_fdwhttps://github.com/tds-fdw/tds_fdw– Camilo Santos