Sql Server 2008 集成服务 - 如何从 Web 获取文件
我想创建一个集成服务来定期从网络链接获取文件。平面文件连接管理器仅允许我从本地文件读取,但不允许从网络读取。我该怎么做?
谢谢
I want to create a integration service to regularly get file from a web link. Flat File connection manager only allow me to read from local file, but not from web. How can I do this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用本文中所示的脚本任务 http://www.sqlis.com/post/Downloading-a-file-over-HTTP-the-SSIS-way.aspx。然后使用文件连接管理器连接到该文件。您将需要一个与从网络收集的平面文件类似的文件来进行初始设置。
Use a script task like seen in this article http://www.sqlis.com/post/Downloading-a-file-over-HTTP-the-SSIS-way.aspx. Then connect to the file using the file connection manager. You are going to need a similar file to the flat file gathered from the web to do the initial settings.