Update Table column using another server sequence value

  • 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?

  • Thanks for posting your issue and hopefully someone will answer soon.

    This is an automated bump to increase visibility of your question.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply