Greetings! Welcome to my Dynamics AX 7 and related MS Technologies blog.
Total Pageviews
Search This Blog
Thursday, September 19, 2013
EOMONTH function in SQL Server 2012
Dear Friends,
A few weeks ago, I was writing some stored procs in SQL Server and I found this EOMONTH function handy.
This is a new function in SQL Server 2012
EOMONTH function takes a date argument/parameter and returns the last day of that month.
Quite handy.
Please refer to this technet article below for detailed syntax and some examples
http://technet.microsoft.com/en-us/library/hh213020.aspx
And if you would like to know how to achieve this in previous versions of SQL, have a look at the below link.
http://www.sql-server-helper.com/tips/tip-of-the-day.aspx?tkey=49ffa5c2-03a3-4888-aac2-a80320f2faf4&tkw=last-day-of-the-month-function
Btw, in AX, we have an equivalent dateEndMth function in Global class for the above purpose.
Happy Querying :)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment