How to Call variable value in OLEDB Command SSIS

  • Hi ,

    I am facing one issue in **SSIS OLEDB Command**.

    under OLEDB Command there is sql update query

    UPDATE dbo.ArchiveBBxFbapp

    SET LatestVersion = 0

    WHERE BBxKey = ?

    dbo.ArchiveBBxFbapp is the name of the table, which I want to change by dynamically on fly.

    table name I am getting from variable .

    I want to take same variable value instead of hard coded table name in update statement.

    suggest me the correct command

    thanks and regards,

    Vipin jha

  • Not possible, as far as I know.

    You can parameterize it, if you have 2012+, by right clicking on its data flow task and selecting 'Parameterize' (who'd have thought?) – though parameters are, of course, read only at run time.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

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

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