select datepart(wk, getdate()) - datepart(wk, cast(datepart(yy,getdate()) as char(4)) + cast(datepart(m,getdate()) as char(2)) + '01' ) + 1