SQL bekommen einen Monat des Monats

SELECT DATEADD(month, DATEDIFF(month, 0, getdate()), 0) AS StartOfMonth
dr4ft