Quick (or not so) question.
Does anyone know for a fact what happens with a DTS job when it is scheduled to create a destination table? It doesn't allow you the option of choosing "Append to table" unless the table previously exist. So, if you don't check DROP & RECREATE TABLE, and leave it on 'Create Destination Table', what does it do?
For instance, I have 100,000 records in a table on the first day. I run a DTS job to transfer this information to another DB. It sends all 100,000 records.
The next day, I add another 4,000 records and then alter 350 of the first 100,000 records. Does the DTS job re-append all the first 100,000 records or does it only add the 4,000 that were created after the original DTS job? Further more, does it swap out the 350 altered records?
Any insight would be appreciated. Or references. All of my books & BOL don't seem to explain how the scheduled DTS Export does its actual work.
Catadmin - MCDBA, MCSA
Remember, "Work" is a four letter word. And you know what your mother told you about using four letter words!
Does anyone know for a fact what happens with a DTS job when it is scheduled to create a destination table? It doesn't allow you the option of choosing "Append to table" unless the table previously exist. So, if you don't check DROP & RECREATE TABLE, and leave it on 'Create Destination Table', what does it do?
For instance, I have 100,000 records in a table on the first day. I run a DTS job to transfer this information to another DB. It sends all 100,000 records.
The next day, I add another 4,000 records and then alter 350 of the first 100,000 records. Does the DTS job re-append all the first 100,000 records or does it only add the 4,000 that were created after the original DTS job? Further more, does it swap out the 350 altered records?
Any insight would be appreciated. Or references. All of my books & BOL don't seem to explain how the scheduled DTS Export does its actual work.
Catadmin - MCDBA, MCSA
Remember, "Work" is a four letter word. And you know what your mother told you about using four letter words!