分布式查询不支持 Xml 数据类型。远程对象 'dbo.表'包含 xml 列。
解决方案:
select ID from OPENROWSET('SQLOLEDB','10.20.22.10';'sa';'password','select ID from [数据库].[dbo].[表] where FLAG=1')