I have couple of tables on SQL server, and I need to insert records from Foxpro tables. Every month I need to delete old records from SQL tables and inserting new records from FoxPro tables. I don't want to do it with SPT, SPT requires looping for each record and I have over a million records and it is time consuming. Also I want to reset autoid fields to 1 on SQL tables everytime I delete old records.
I think remote view is the solution but I don't know how to use it and how can I accomplish autoid reset.
I would appreciate if someone can help me with sample code.
Thanks.
I think remote view is the solution but I don't know how to use it and how can I accomplish autoid reset.
I would appreciate if someone can help me with sample code.
Thanks.