SQL Server Wybierz dzień bieżącego roku

SELECT DATEADD(yy, DATEDIFF(yy, 0, GETDATE()), 0)
Proud Puma