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