Hi,
I have the below scenario
SqlServer1
Database1
Table1
Columns: Name(Varchar), Seq(int)
SqlServer2
Database2
Sequence2
I want SSIS to update the 'Seq' column in "Table1" from the next value in "Database2.Sequence2". How can I do this in SSIS. I currently have two OLE DB Sources, now im a little stuck on where to put an update command in there for Table1 with next sequence value?