• Or, since Nigel has led us outside the box....

    Select convert(datetime, rtrim(Datepart(year,getdate())-1)+'-12-31')

    Yeah, I cheat by using rtrim() as a quickly coded forced conversion to a string.