Hello,
I'm trying to import some data from a table in an Access Database into my SQL Server.
It's one field I'm having a problem with and I don't know how to get round it.
Basically the field in Access is called "DueToStart" and is a "Date/Time" type field.
It shows values as "09:00:00" etc.
When I try to import this table into SQL, I get the following message, and I don't know how to get round it.
"Error as destination for row number 1. Errors encountered so far in this task: 1.
Insert Error, column 3('DueToStart', DBTYPE_DBTIMESTAMP), status 6: Data overflow.
Invalid character value for cast specification.
I'm trying to import some data from a table in an Access Database into my SQL Server.
It's one field I'm having a problem with and I don't know how to get round it.
Basically the field in Access is called "DueToStart" and is a "Date/Time" type field.
It shows values as "09:00:00" etc.
When I try to import this table into SQL, I get the following message, and I don't know how to get round it.
"Error as destination for row number 1. Errors encountered so far in this task: 1.
Insert Error, column 3('DueToStart', DBTYPE_DBTIMESTAMP), status 6: Data overflow.
Invalid character value for cast specification.