SELECT * FROM Posts WHERE Tags IN ('Statistics')
One of the most interesting things in SQL Server from my point of view are Statistics and how the optimizer interprets them to produce optimal query plans. But today I want to write about something…
Don’t get me wrong, they’ve always been there, but somehow someone forgot about them and weren’t used. Since last…
On the 15th of June I made my first presentation at my local user group, and I have to say that was a nice experience. The presentation is about SQL Server statistics and at certain…
The other day I saw a thread on linkedin groups that was titled ‘Using Parameters in a Query is Killing Performance’, where the author…