Hi Mike,
As I continue to work to load this data I have discovered that the problem appears to be related to the size of the memo field we are trying to load.
Most recent failure is: Access violation at address 00407090 in module 'VImp.exe'.
Read of address 656B614C. While the program appears to terminate it remains in memory and keeps the foxpro table locked. Need to kill it from taskmanager.
The source is a Visual Foxpro 9 database. The table in question contains 498,498 records. I have sorted the table in memofield size order for the load attempt. Sizes of the field arange from 1 char to 922,361 characters. Field is a police report, simple text.
It appears that the load fails after about 498,201 records (last attempt) with a record (memo field) size of 71,099 for the last successful record. The fail record appears to be 71,107 in size, and all subsequent records are
larger.
Note that attempting to start visualimporter with the large records first simply hangs and must be killed from task manager.
Target database is SQLServer2005, field in question is defined as text.
Is there some size limit that I should be aware of which limits the size of the field that can be processed?
Thanks for you help,
Ted