extract xml from image column in sql server
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?
Look, here
Essentially you want to extract text from varbinary.
精彩评论