Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Dealing with custom date formats in T-SQL

    interesting article, thanks., but what about just using some variation on

    select replace(convert(varchar(30), getdate(), 103, '/', '\')

    ( i don't have SQL server in front of me to check I've used...

Viewing post 1 (of 1 total)