In this post, I want to take a look at datediff, how it works and how I use it as part of my job.
In this post, I want to take a look at datediff, how it works and how I use it as part of my job.
When I first starting learning T-SQL things like DATEADD took a really long time for my brain to …
In SQL Server 2012 Microsoft added a function called EOMONTH, this returns the end of the month of …
One of the things I have spent a lot of time investigating recently is slow running queries, why are …
Sometimes Scalar functions are useful, other times however they are not but they do have their uses, …