It's been three days that I've been looking for a solution for this scenario I'm in: I need to access to a SQL Server 2000 hosted in a Windows Server 2000, from a PostgreSQL 9 x hosted on Debian 7. This is because me and my team will mount a web server and we need to extract some info from the database (the one in SQL Server 2000).
And no matter how many pages I have visited, I can't find a solution, it seems that there isn't much documentation about the topic. I've read some things like pgadmin, foreign data wrappers, dbi.links... But none of the documentation that I have seen exposes a viable solution since there is not a single and straightforward tutorial.
I just want to make a simple select or update query from PostgreSQL to SQL Server 2000. I really need help.