SQL Server 2012: Find First Sunday of Next Month using EOMONTH

SQL Server 2012 introduced a new TSQL EOMONTH for returning the last day of the month that contains the specified date with an optional offset. In this post, I am sharing syntax and an example to find the first Sunday of the next month using EOMONTH. The Database Administrator needs this kind of solution for … Continue reading SQL Server 2012: Find First Sunday of Next Month using EOMONTH