Viewing 3 posts - 1 through 3 (of 3 total)
Thanks Koen for the suggestion.
The query I had in mind was incomplete. It should be like this:
ALTER TABLE [Table Name] ADD AUTOID INT IDENTITY(1,1)
DELETE FROM [Table Name] WHERE...
November 26, 2014 at 6:47 am
Koen Verbeeck (11/26/2014)
riyaziq (11/25/2014)
You need to add a 'Sort' component in your Data...
November 26, 2014 at 3:59 am
As Lowell pointed out, you are inserting duplicate primary key values into the table which is not permitted.
You need to add a 'Sort' component in your Data Flow task.Right click...
November 25, 2014 at 11:51 pm
Viewing 3 posts - 1 through 3 (of 3 total)