Linked Server MS Access gives date conversion error

  • SQL Server 2005 does not support datetime values lower than 17530101 00:00:00.000.

    - Clean up the data at the source; or

    - Export the data from the access database (e.g. as CSV) and import the data into an intermediate table (i.e. with the date/time values stored as characters), then do the clean up and cast to appropriate data type.

    ML

    ---
    Matija Lah, SQL Server MVP
    http://milambda.blogspot.com

  • Thanks, but I was able to resolve the issue by using an openquery() where I put the date rules within.i.e. I cased out all the dates.

  • Frankly, I didn't think OPENQUERY would work. 🙂

    Then again, I haven't even tried it.

    Good on you!

    ML

    ---
    Matija Lah, SQL Server MVP
    http://milambda.blogspot.com

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

You must be logged in to reply to this topic. Login to reply