Link a SQL Server to an Oracle database

There are some cases in the wild where we want to get back data from an external database without additional coding in an application and just write a T-SQL query that will do all the job for us. That’s why Microsoft provides the « linked server » feature. But linked servers are, by default, unable to connect … Continue reading Link a SQL Server to an Oracle database