Skip to content

Commit a7f0fa5

Browse files
committed
removed broken link
1 parent 015435f commit a7f0fa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tools/bcp-utility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Causes the value passed to the `bcp` `-S` option to be interpreted as a data sou
186186
**-E**<a name="E"></a>
187187
Specifies that identity value or values in the imported data file are to be used for the identity column. If **-E** is not given, the identity values for this column in the data file being imported are ignored, and [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] automatically assigns unique values based on the seed and increment values specified during table creation.
188188

189-
If the data file does not contain values for the identity column in the table or view, use a format file to specify that the identity column in the table or view should be skipped when importing data; [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] automatically assigns unique values for the column. For more information, see [DBCC CHECKIDENT &#40;Transact-SQL&#41;](../t-sql/database-cmd-commands/dbcc-checkident-transact-sql.md).
189+
If the data file does not contain values for the identity column in the table or view, use a format file to specify that the identity column in the table or view should be skipped when importing data; [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] automatically assigns unique values for the column.
190190

191191
The **-E** option has a special permissions requirement. For more information, see "[Remarks](#remarks)" later in this topic.
192192

0 commit comments

Comments
 (0)