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)
 how to select data from xml column into csv file ?

Author  Topic 

BitShift
Yak Posting Veteran

98 Posts

Posted - 2007-05-09 : 15:15:45
Ive got data in an xml column of a table. How do I query it and output the results to a flat file ?

cvraghu
Posting Yak Master

187 Posts

Posted - 2007-05-09 : 16:29:09
See the help for BCP utility in Books online.
Go to Top of Page
   

- Advertisement -