SELECT *
FROM Posts
WHERE Date_Posted = 'February 2018'

Feb
13
2018

T-SQL Tuesday #99 – Great Debates : Unicode

 This post is part of the T-SQL Tuesday, which is a monthly blog party on the second Tuesday of each month. Everyone is welcome and have the chance to write about SQL Server….

Continue Reading »

Feb
9
2018

Here is your index, now what?

s story might sound familiar for most of the DBA’s out in the wild. Our job to keep databases up and running, and sometimes, make them to go faster (I’m not going into what fast mean, just in case). Some other times, we have developers, that want their code to run faster, they seem to…

Continue Reading »