Data Movement Utilities Guide and Reference


Using Import with Identity Columns

The import utility can be used to import 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 import 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. In addition, the compound=x modifier cannot be used when importing data into a table with an identity column.

Two file type modifiers are supported by the import utility to simplify its use with tables that contain an identity column:


[ Top of Page | Previous Page | Next Page ]