SELECT *
FROM Posts
WHERE Date_Posted = 'February 2017'

Feb
9
2017

Statistics and Data types, What can go wrong?

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…

Continue Reading »

Feb
1
2017

Playing with Azure, File Snapshot backups

Last post, we explored how to move part of our databases to the cloud by creating a new file on the Azure blob storage service, which is cool, but to be honest, this…

Continue Reading »