SQL: Why are your linked servers so slow?
I’ve recently been reading a few articles and discussions around linked servers, and I’ve noticed two things:
- People consider them easy to configure
- They have a bad reputation for introducing performance issues
I do think they’re pretty easy to configure, but they’re also easy to configure badly.
And that leads us to the main cause of the second issue: performance.
I review the configuration of a lot of systems, and the primary issue I see with how linked servers are configured, is that the Server Option Collation Compatible has been left at the default value.
2025-05-18