SELECT * FROM Posts WHERE Date_Posted = 'February 2017'
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…