SSIS connection string based on a variable

别来无恙 提交于 2019-12-12 06:22:54

问题


This is a follow up to my question: SSIS connection parameter based on parameter/variable

I now can see how to construct a variable from other variables, but it does not appear possible to then use that variable as the ConnectionString for the Connection. That appears to only allow variables.

How can I use my newly concatenated variable as the ConnectionString?


回答1:


Ok, I can answer my own question now. It is a different location than if you want to use a parameter to set the ConnectionString.

Click on the Connection in Connect Manager and in the Properties window, expand Expressions. There you can click the ... to set it to a variable.



来源:https://stackoverflow.com/questions/35202826/ssis-connection-string-based-on-a-variable

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!