我能否拥有指向 dtsx 文件的不同文件位置的 SSIS 解决方案
问题是我希望 SSIS 包位于一个文件夹中,而许多解决方案不在该文件夹中。现在,如果我添加现有包,它会将包复制到解决方案文件夹中。有办法解决这个问题吗?
提前致谢。
The problem is that I want SSIS packages in one folder and many solutions NOT in the folder. Right now if i add an existing package it copies the package to the solution folder. is there a way around this?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将包放在解决方案/项目文件夹中,选择将它们部署到您希望运行包的路径。
Have your packages in your solution/project folder, choose to deploy them to the path where you want your packages to be run from.