I have an application that is directly connected to Postgresql database, I need to retrieve certain values from an external SQL Server database.
Is there a way I can send a select statement to SQL Server from postgresql, and get back the results?
I have an application that is directly connected to Postgresql database, I need to retrieve certain values from an external SQL Server database.
Is there a way I can send a select statement to SQL Server from postgresql, and get back the results?