export data to xml file (specific format) -
07-20-2006
, 06:56 AM
Hello,
What is the best and simplest way to export data from SQL Server 2000
database to xml file?
I want to use sql server 2000 DTS.
I have tried to use T-SQL "for xml" command but I can't save results as
xml file.
Also the important thing is, that I must create specific format xml
files. Can I use some xml mapping? (like in xml import using xml bulk load)?
Regards
Luk |