SteveDingle
Programmer
Heya All,
Working on a project where I'm updating data (inserts,updates,deletes) fom VFP 9 to SQL Srv 2K. Using SQL -Pass-Thru.
We're averaging about 250K records a day. I create a log of any failures at a detailed level (command used, primary key, records detaileds etc..). Because of that I am committing the data 1 record at a time (i.e. non-batch mode).
I was wondering if I wanted to use batch mode would it..
a) tell me which 3 of say 50 inserts failed, (for instance) or would I just get "failure"
b) improve performance (it's currently taking about 30 min client was hoping for quicker)
Toodles,
Steve Dingle
D&S Business Solutions Ltd
Working on a project where I'm updating data (inserts,updates,deletes) fom VFP 9 to SQL Srv 2K. Using SQL -Pass-Thru.
We're averaging about 250K records a day. I create a log of any failures at a detailed level (command used, primary key, records detaileds etc..). Because of that I am committing the data 1 record at a time (i.e. non-batch mode).
I was wondering if I wanted to use batch mode would it..
a) tell me which 3 of say 50 inserts failed, (for instance) or would I just get "failure"
b) improve performance (it's currently taking about 30 min client was hoping for quicker)
Toodles,
Steve Dingle
D&S Business Solutions Ltd