bcp Modes

bcp in works in one of three modes.

Although fast bcp might enhance performance, slow bcp gives you greater data recoverability. Fully-logged fast bcp provides a combination of both.

To determine the bcp mode that is best for your copying task, consider:

The modes bcp uses depending on index type:

Table Properties

bcp Mode for bulkcopy on, With Logging

bcp Mode for bulkcopy on Without Logging

Clustered index

Slow mode

Slow mode

Replicated table with indexes or triggers, but no clustered index

Fast mode

Slow mode

Nonclustered index and no triggers

Fast mode

Slow mode

Triggers, and no indexes

Fast mode

Fast mode

Nonclustered index with triggers

Fast mode

Fast mode

No indexes, no triggers, and no replication

Fast mode

Fast mode