![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I scheduled a dts package to transfer over 100, 000 records from source to destination table everyday. Data stored in this table are posted history data and won't be updated. Everytime, the table must be truncated before each transformation and the processing is very time consuming. Any other way to transfer only those newly added records in order to shorten the process ? As there is a increment ID field in this table, I have an idea : Transfer only records from source with ID > max(ID) in destination Does sql server tables have row id or row no. ? |
![]() |
| Thread Tools | |
| Display Modes | |
| |