Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SQL Function to convert date time to string

    Greetings!

    Would using date type 112 not remove the need to replace the "/" characters in the date string?

    This would reduce the date string portion from

    REPLACE(CONVERT(VARCHAR(10),@dt,111),'/','')

    to

    CONVERT(VARCHAR(8),@dt,112)

Viewing post 1 (of 1 total)