I exported a table from an Access 2000 Database into a text file that I am using to import into a table in SQL 2000 through DTS. I have created a format file that defines the columns in the text file and maps them to the appropriate columns in the SQL table. When I run the DTS Package, I receive an error that says:
Bulk insert data conversion error (type mismatch) for row 2, column 7 (StartDate)
Bulk insert data conversion error (type mismatch) for row 1, column 7 (StartDate)
The StartDate field in the Access 2000 Database was defined as Date/Time and is defined as SmallDateTime in the SQL 2000 table
I have tried defining the StartDate field in the format file as SQLDateTim4 and SQLDateTime and receive the same error. Any thoughts on how to fix this?
Thanks for your help,
Nickela
Bulk insert data conversion error (type mismatch) for row 2, column 7 (StartDate)
Bulk insert data conversion error (type mismatch) for row 1, column 7 (StartDate)
The StartDate field in the Access 2000 Database was defined as Date/Time and is defined as SmallDateTime in the SQL 2000 table
I have tried defining the StartDate field in the format file as SQLDateTim4 and SQLDateTime and receive the same error. Any thoughts on how to fix this?
Thanks for your help,
Nickela