I have some xml documents stored as an image data type in a sql server 2000 table. How can I extract the data back to xml and save to a file, or at least see the xml contents in the query window, using just the sql tools?
Asked
Active
Viewed 1,982 times
1
-
2Image type? Why didn't you save them as text? – Steve Wellens Mar 04 '11 at 01:41
-
Because the database also stores binary data in some cases. Currently I am only interested in the records that have xml data – Jeremy Mar 04 '11 at 19:12
1 Answers
0
-
that requires client software to be built. No way to do it with a query? – Jeremy Mar 04 '11 at 19:13