dbTalk Databases Forums  

DTS, Bulk Load, XML file from URL

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS, Bulk Load, XML file from URL in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Nick Kearns
 
Posts: n/a

Default DTS, Bulk Load, XML file from URL - 10-15-2004 , 07:37 AM






i have set up a dts to bulk load a xml file from the loacl drive this works
fine

is it posssible to set the dts to get the xml from a url

i.e

objXBulkLoad.Execute "e:\xml\saleschema.xml", "http://website/sale.xml"

if so what do i need to do in the dts if not if is there a diffent option

Regards

Nick Kearns

Reply With Quote
  #2  
Old   
Ryan Walberg, MCSD for .NET
 
Posts: n/a

Default Re: DTS, Bulk Load, XML file from URL - 10-15-2004 , 09:32 AM






Nick Kearns wrote:
Quote:
i have set up a dts to bulk load a xml file from the loacl drive this works
fine

is it posssible to set the dts to get the xml from a url

i.e

objXBulkLoad.Execute "e:\xml\saleschema.xml", "http://website/sale.xml"

if so what do i need to do in the dts if not if is there a diffent option
I don't think there's a way to have the bulk loader get the XML from a
URL, but you can have an ActiveX script task that retrieves the XML file
and saves it for you. It could invoke a utility like wget.exe (not
included with Windows) to download the file.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.