Forum Replies Created

Viewing 3 posts - 31 through 33 (of 33 total)

  • RE: Convert Varchar to datetime

    When converting strings to dates it is useful to be aware of the "Unseparated String Format".  You can look up the details of this in BOL.

  • RE: Removing non numeric data from right side of number

    If you took the code below (or something like it) and made it into a udf it should be close to what you are after.  However, it might not be...

  • RE: Dates

    Below is a user-defined function that takes a date/time (of type DATETIME but can be passed in the Unseperated String format - yyyymmdd) and a format (string such as 'dd/mm/yyyy'...

Viewing 3 posts - 31 through 33 (of 33 total)