Chronicles from the trenches

Implementing CTE for filling gaps inside a sequence

This is the second article of a series dedicated to implementing Recursive Common Table Expression in different kind of scenarios,…

5 years ago

Using recursive CTE for generating a specific number of rows

I remember the first time that I discovered the amazing feature called Common Table Expression (CTE), it was during my…

5 years ago

Soft skills and Why we must improve them

The stereotypes are an “easy” and “toxic” way of grouping and split the people, we can find it in every…

6 years ago

Deploying SQL Scripts with PowerShell

I always have considered the Continuous Delivery (CD) for Database world as one of the last frontiers to cross, it…

6 years ago

Dealing with errors for SQL_Variant datatype in MS SQL Server

I have to confess; I have had traumatic experiences with variant data type in my beginning as a software developer,…

6 years ago