开发者

extract xml from image column in sql server

开发者 https://www.devze.com 2023-02-14 13:34 出处:网络
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 qu

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消