SSIS: how to use a linked server:

∥☆過路亽.° 提交于 2019-12-06 12:25:59

You wouldn't want to try to connect to the Linked Server in SSIS - just create a new connection to the database. If you've set the linked server up then I assume you have all the connection details - create a new ADO.NET connection with these details and use that as your source or destination as required.

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