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?
-
2Image type? Why didn't you save them as text?Steve Wellens– Steve Wellens2011-03-04 01:41:29 +00:00Commented Mar 4, 2011 at 1:41
-
Because the database also stores binary data in some cases. Currently I am only interested in the records that have xml dataJeremy– Jeremy2011-03-04 19:12:46 +00:00Commented Mar 4, 2011 at 19:12
Add a comment
|