Insert

Optimizing SQL Database Performance

Optimizing Database Performance

Insert

The Insert logical operator inserts each row from its input into the object specified in the Argument column. The physical operator will be either the Table Insert, Index Insert, or Clustered Index Insert operator.

See Also

Clustered Index Insert

Table Insert

Index Insert