简体   繁体   中英

Sql server 2008 integration services - How to get file from 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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM