Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 how to read xml file using dts

Author  Topic 

DURGESH
Posting Yak Master

105 Posts

Posted - 2008-08-06 : 22:00:34
hi all,
i want to use an xml file to push data in a table
and i want to call the DTS package in my stored procedure

can anybody help me to solve this issue

thanks in advance

regards
durgesh

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-08-07 : 02:51:49
are you trying to export xml value as it is or are you trying to extract data from it?
The DTS package can be called in procedure using any of methods suggested below

http://www.sqlteam.com/Forums/topic.asp?TOPIC_ID=25842
Go to Top of Page
   

- Advertisement -