can i use package parameter in data flow > destination > OpenRowset property (ssis 2012)

  • i have a package parameter called boat (string)

    i'm trying to do this :

    OpenRowset : "[dbo].[" + @[$Package::boat] + "caseup1H]"

    obviously its not working 🙂 what bracket or a secret symbol am i missing ?

    thank you

  • found my answer:

    had to change AccessMode (property few rows above) to "from varible"

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

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