I am in the process of importing my Visual FoxPro database to SQL server for the first time, most of my tables have imported fine but I get the below area when importing my largest table
The number of failing rows exceeds the maximum specified
Insert Error, column 34('delivery',DBTYPE_DBTIMESTAMP),STATUS 6ata Overflow
Insert Error, column 35
('expiry',DBTYPE_DBTIMESTAMP),STATUS 6ata Overflow
Insert Error, column 38('commdate',DBTYPE_DBTIMESTAMP),STATUS 6ata Overflow
Invalid Character value for cast specification
Invalid Character value for cast specification
Invalid Character value for cast specification
Any advice on what this actually mean would be much appreciated
The number of failing rows exceeds the maximum specified
Insert Error, column 34('delivery',DBTYPE_DBTIMESTAMP),STATUS 6ata Overflow
Insert Error, column 35
('expiry',DBTYPE_DBTIMESTAMP),STATUS 6ata Overflow
Insert Error, column 38('commdate',DBTYPE_DBTIMESTAMP),STATUS 6ata Overflow
Invalid Character value for cast specification
Invalid Character value for cast specification
Invalid Character value for cast specification
Any advice on what this actually mean would be much appreciated