Forum Replies Created

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

  • RE: Convert nvarchar to datetime

    Thanks Matt, that does seem to be the solution. This works:

    ,convert(datetime, substring([timeOccurred],1,19)) as timeOccured

    I appreciate your help.

  • RE: Convert nvarchar to datetime

    I don't think the time zone is important because we do not need to be that precise in deleting data older than months. I've tried both cast and convert...

  • RE: Convert nvarchar to datetime

    Thanks John. I did see that in BOL, but I am tripping on the syntax. There is not a clear example for converting character data to a datetime,...

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