How to parameterize database connection string in an SSIS package?

后端 未结 3 2059
夕颜
夕颜 2020-12-31 12:23

I have a SSIS package built in Business Intellegience Development Studio which have both source and destination database specified. Now I want to use some variables to param

3条回答
  •  Happy的楠姐
    2020-12-31 12:49

    You need to define "expressions" in the connection manager which then substitute into server/database.

    You can't use variables directly quite often in SSIS

    See "Using Variables in Packages" whcih links to Using Property Expressions in Packages.

    And after a quick Bingle: http://sqlrs.blogspot.com/2006/03/using-expression-variables-in-ssis.html

提交回复
热议问题