Retrieve name day of week

  • I am wanting to retrieve the named day of the week(Monday, Tuesday, etc) in a T-SQL statement. Does anyone have any code/knowledge they are willing to share to help me achieve this?

  • SELECT DATENAME(WEEKDAY ,GETDATE())

  • SELECT DATENAME (dw, GETDATE())

    ________________________________________________________________
    "The greatest ignorance is being proud of your learning"

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply