In SQL Server 2012 Microsoft added a function called EOMONTH, this returns the end of the month of …
In SQL Server 2012 Microsoft added a function called EOMONTH, this returns the end of the month of …
Sometimes Scalar functions are useful, other times however they are not but they do have their uses, …
In my new job one of the things I often find myself doing is needing to get the start of the …
So you want to get the first day of the month in SQL server? using DATEADD it is as simple as using …
Recently we had an issue raised that a user was getting an error thrown in the application front end …