• SQL has a DateName function, however it takes a datetime as a parameter, not a number

    SELECT DATENAME(month, GETDATE()) AS 'Month Name'

    returns

    Month Name

    ------------------------------

    February

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass