Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get data from xml on fpt site
Message
 
 
À
05/10/2005 11:30:19
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Import/Export
Divers
Thread ID:
01056308
Message ID:
01056492
Vues:
26
I would try following in DTS:
- Download XML file with File Transfer Protocol Task
- Import file into a table column with Read File Transformation
- Run your stored procedure with Execute SQL Task

Check http://www.sqldts.com for usefull DTS info.

>I will use OpenXML to import the data from XML file into database tables. The xml files are in FPT site. I need to read the data of that file into memory in Sql server. Then I can use following code to add data into table
>
>How can I get the data in XML file in FTP site and put into variable or table in SQL?
>
>
<snip>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform