Hi Efhi.
To give meore background.
This is an ongoing requirement..i.e a process that will be run every night, to get data from VFP Tables into a Sql Server Database, which then goes into a BI application.
Most of the data is in a few VFP Tables and these all go into one SQL Table. On this SQL Table, there are say 10 fields, which also need a description. e.g. Rep No (Which needs a description) Stock Group(Which needs a description) Area (Which needs a description) Account Category(Which needs a description) etc.. The Sql Table is currenlty at 200,00 records for a 3 month period but this will grow to 1.5 million for say a 2 year period.
I am happy with the main population of the SQl table (Which currently takes about 5 minutes) if I leave out the Descriptions.
I then have to go back over the file (or some other method) and populate each of the six description fields from 6 different VFP tables (Lookup Tables)
(The description population require manily a lookup from the VFP Lookup Tables but some additional processing also, so I cannot easily use an outer join to these Description Tables)
As I will be doing a lot of this sort of stuff over the coming months, I wanted to get the most efficient way of doing this