tom in houston
New member
- Local time
- Today, 10:52
- Joined
- Oct 25, 2012
- Messages
- 7
Hi:
I'm missing the big flick somewhere... hope somebody can clue me in.
I have a local table in MSAccess that holds temporary data. The point of the temp table is to allow the user to scrub up the data and change a couple field values that vary by record before committing the data to the main table.
What is the most efficient way to move the scrubbed data from the local table to SQL Server table?
Please note that due to performance issues, I can't use a linked table (the linking causes severe lag in performance, trying to troubleshoot that, but not having much luck. In the meantime, I need to be able to use the app).
If it matters, the table has maybe 20 fields, mix of text and numbers, no memos. Updates may consist of up to 2000 or so records at a time.
I've thought about stepping thru each record and using a pass thru query to insert one-by-one, but that seems wildly inefficient.
Thanks
I'm missing the big flick somewhere... hope somebody can clue me in.
I have a local table in MSAccess that holds temporary data. The point of the temp table is to allow the user to scrub up the data and change a couple field values that vary by record before committing the data to the main table.
What is the most efficient way to move the scrubbed data from the local table to SQL Server table?
Please note that due to performance issues, I can't use a linked table (the linking causes severe lag in performance, trying to troubleshoot that, but not having much luck. In the meantime, I need to be able to use the app).
If it matters, the table has maybe 20 fields, mix of text and numbers, no memos. Updates may consist of up to 2000 or so records at a time.
I've thought about stepping thru each record and using a pass thru query to insert one-by-one, but that seems wildly inefficient.
Thanks