SSIS Variables vs Parameters (SSIS Denali)

后端 未结 6 1158
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-24 14:09
  1. What is the difference between Variables and Parameters in SSIS Denali?
  2. If there is any difference then What is that which Variables cannot do that Parameter
6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-24 14:48

    Parameters are using send data from outside of the package like usernames, passwords or connectionstrings etc. Variables are using inside of the package. It means you can define a variable in one of your SSIS package and use it in package level.

提交回复
热议问题