分布式查询不支持 Xml 数据类型。远程对象 'dbo.表'包含 xml 列。
解决方案:
select ID from OPENROWSET('SQLOLEDB','10.20.22.10';'sa';'password','select ID from [数据库].[dbo].[表] where FLAG=1')
分布式查询不支持 Xml 数据类型。远程对象 'dbo.表'包含 xml 列。
解决方案:
select ID from OPENROWSET('SQLOLEDB','10.20.22.10';'sa';'password','select ID from [数据库].[dbo].[表] where FLAG=1')
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。