Tag: linked server
-
SQL server views performing really bad when referencing a linked server
—
in SQL ServerWe had a view in SQL server (2008) that consisted of a simple SELECT with some fields from a table that was on another database server (an Oracle database even). Performance was not a problem, the query took less than a second to complete. Until we had to add a left join to another table…