Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: getting week number of the current year

    It sounds like you are after more of a calendar style output

    [Code]

    declare @yr as nvarchar(4)

    declare @yrpre as nvarchar(4)

    declare @wk as nvarchar(2)

    declare @mt as varchar(2)

    declare @lowerBound as datetime

    declare @upperBound as...

Viewing post 1 (of 1 total)