SPD Server separates
the Table Append operation into steps that can be performed in parallel.
The level of parallelism depends on the number of indexes in the table.
The more indexes you have, the greater the potential of exploiting
parallelism during the append.
Tip
You can save time by creating
an empty table in SPD Server, defining your indexes on it, and then
appending the data. It is faster to create indexes on an empty table
than it is to load the table, and then create the indexes.