SELECT *
FROM Posts
WHERE Tags IN ('Execution Plans')

Mar
3
2016

Fast with values slow with variables

The other day I saw a thread on linkedin groups that was titled ‘Using Parameters in a Query is Killing Performance’, where the author…

Continue Reading »