Home Forums SQL Server 2008 T-SQL (SS2K8) Sql Server 2008: Conversion From Text data type to Datetime RE: Sql Server 2008: Conversion From Text data type to Datetime

  • Are you sure that is causing the problem?

    This should work

    select convert(datetime, 'Jul 21 2010 10:15AM')

    Could be due to your settings maybe.


    Cursors never.
    DTS - only when needed and never to control.