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 2005 Forums
 Transact-SQL (2005)
 saving an xml to a file

Author  Topic 

pelegk2
Aged Yak Warrior

723 Posts

Posted - 2007-07-22 : 17:09:17
i am building xml in a Stored Procedure,by connecting a string of results from a table.
and i want to save the xml to a file on the Local Disk on the server.
how can i do this?

thnaks i nadvance
peleg

Israel -the best place to live in aftr heaven 9but no one wan't to go there so fast -:)

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-07-22 : 19:15:15
Youy mean save query result as xml file? Check 'for xml' in books online.
Go to Top of Page
   

- Advertisement -