Hi all,
i'm using Row Count Transformation downloaded from http://www.sqlis.com/93.aspx to generate surrogate key.
in my data flow, i have OLE Data Source connected to Row Count Transformation connected to SCD.
i've configured ok and the package ran without error.
my problem is my surrogate key column won't generate the next increment number if i run the package the 2nd time and there is new row in the dimension, e.g.
Id BusinessKey BusinessName
--- ------------------ ---------------------
1 RDO Radio
2 MAG Magazine
3 TV Television
1 INT Internet } added new row from source
did i miss something please help. thanks.