SELECT *
FROM Posts
WHERE Category = 'Development'

jun
15
2021

Cómo Actualizar Estadísticas en SQL Server de la Manera Correcta

Here I am, trying to get back my habit and write about something useful I was working on the other day. If you ask me which SQL Server feature I love the most these days I’d say, without hesitation, that is the Query Store. Query Store has been around now for a number of…

Continue Reading »

oct
17
2015

Divide and Conquer Date Search Hack

Divide and Conquer Date Search Hack (because binary search sounds boring) This week has been an amazing experience, not only I have attended to one of the most valuable SQL Server training you can find (IEPTO2 by @SqlSkills team), I’ve also met really nice people…

Continue Reading »