Data Movement Utilities Guide and Reference


Using Load with Identity Columns

The load utility can be used to load data into a table containing an identity column. If no identity-related file type modifiers are used, the utility works according to the following rules:

The load utility does not perform any extra validation of user-supplied identity values beyond what is normally done for values of the identity column's data type (that is, SMALLINT, INT, BIGINT, or DECIMAL). Duplicate values will not be reported.

Three (mutually exclusive) file type modifiers are supported by the load utility to simplify its use with tables that contain an identity column:


[ Top of Page | Previous Page | Next Page ]