分布式查询不支持 Xml 数据类型。远程对象 'dbo.表'包含 xml 列。

 

分布式查询不支持 Xml 数据类型。远程对象 'dbo.表'包含 xml 列。

解决方案:

select ID from OPENROWSET('SQLOLEDB','10.20.22.10';'sa';'password','select ID from [数据库].[dbo].[表] where FLAG=1')

posted @ 2020-11-05 17:10  Zbu  阅读(1378)  评论(0编辑  收藏  举报