SSIS: how to use a linked server:

做~自己de王妃 提交于 2019-12-07 18:53:35

问题


I have added a linked server through MS SQL Server Management Studio successfully. It's name is SQL2_Link.

When I go to add a connection as ADO.NET Connection in SSIS, it will not show up in the list of available options.

How can I add this as an option for an ADO.NET Connection in SSIS.

I am using SQL Server 2008, BIDS 2008.

Thanks...!

EDIT

The Linked Server is using MS OLE DB Provider for ODBC DRIVERS


回答1:


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.



来源:https://stackoverflow.com/questions/4411834/ssis-how-to-use-a-linked-server

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