|
|
| |

How can I perform a nonlogged bulk copy?
Answer:
The following conditions should be met for nonlogged bulk copy:
The database option select into/bulkcopy is set to true using sp_dboption.
The target table is not being replicated.
The TABLOCK hint is specified.
If the table has any indexes, then there are no existing rows in the table.
|
|
|