Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Keep Identity tMSSQLBulkExec

Hi,

 

I am working on job which offload data from 1 mssql db to another mssql db. I offload the data successfully using tMSSQLBulkExec, but I noticed that my primary key is not identical as the one specified in the ".csv" file
What I want is to keep identity while doing bulk insert!
This is possible using SQL (https://docs.microsoft.com/en-us/sql/t-sql/statements/bulk-insert-transact-sql), but I didn't notice option to do that using tMSSQLBulkExec

How can I keep identity with mssql bulk operation in talend?

 

Thanks,

Orlin

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

 

I found it !

Add KEEPIDENTITY next to First Row number, like this : "0, KEEPIDENTITY"

This is a workaround but it works!

 

Regards,

Orlin


tMSSQLBulkExec_keepidentity.png

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Hi,

 

I found it !

Add KEEPIDENTITY next to First Row number, like this : "0, KEEPIDENTITY"

This is a workaround but it works!

 

Regards,

Orlin


tMSSQLBulkExec_keepidentity.png