SQL Server Początek miesiąca

SELECT DATEADD(month, DATEDIFF(month, 0, @mydate), 0) AS StartOfMonth
MzanziLegend