Expand Minimize
0 out of 1 rated this helpful - Rate this topic

Table Insert Showplan Operator

SQL Server 2005

The Table Insert operator inserts rows from its input into the table specified in the Argument column of the query execution plan. The Argument column also contains a SET:() predicate, which indicates the value to which each column is set. If Table Insert has no children for insert values, then the row inserted is taken from the Insert operator itself.

Table Insert is a physical operator.

Table insert operator icon Graphical execution plan icon

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.