rebelknight
Technical User
We need to import lots of data to SQL server 2005.
BCP is recommended everywhere as the fastest method.
Triggers and constraints are not applied by default but does it improve performance to still drop constraints and triggers during the import?
Various sites talk about turning on the 'SELECT INTO/BULKCOPY' function to speed up importing.
I can't find this option defined anywhere.
Where can I set it?
BCP is recommended everywhere as the fastest method.
Triggers and constraints are not applied by default but does it improve performance to still drop constraints and triggers during the import?
Various sites talk about turning on the 'SELECT INTO/BULKCOPY' function to speed up importing.
I can't find this option defined anywhere.
Where can I set it?