I have SQL Server DTS packages that import data from a FoxPro database. Until recently, this worked fine. Now the script that imports data from one of the FoxPro tables returns about 470,000 records in the import. I just pull the data into a table with fields with zero varchar, so I think this should be a problem with weird / corrupt data.
What tools would you use to track such a problem?
FYI, this is the error I get:
Data for source column 1 ('field1') is not available. Your provider may require that all Blob columns be right in the original result set.
There should be no blob columns in this table.
Thanks for the suggestions. I do not know if this is really a corruption problem. I just started downloading FoxPro from my MSDN subscription, so I will see if I can open the table. SSRS opens the table, it just suffocates before starting all the records. I'm just trying to figure out which record he has problems with.
source
share