Loading source flat file (without identity column) data in a SQL Server table with identity column: SSIS extract -


i asked load data flat file source without identity column sql server table identity column (column not allow null).

is there way using ssis package?

i have data flow task created, option while mapping destination column (identity ) ignore, , fails task while executing package.

i found solution problem. dentity column , [vehiclerecordkey] [bigint] identity(1,1) not null.

all did execute package , load table without task failure unchecked keep identity @ ole db destination editor.

thanks commenting on post everyone.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -