Hi
I need to do the following
We have more than 100 locations running ms-sql server and a main office with a ms-sql server
Each evening two specific tables are populated with data from the day’s business (one is header one is detail)
I need to attach to all locations and retrieve the data then insert all records in a consolidated table – exactly the same format as the store tables.
This needs to run unattended (or should be able to)
Once the data is inserted into the consolidated table the records at the store can be deleted or the table could be truncated (faster as there will be 10,000’s of detail records per day)
I have to believe this should be a simple project but I cannot seem to get it
Regards,
John