Try using the below
declare @startdate date; select @startdate = CONCAT( YEAR(GETDATE()) , '-01-01' );