SQL Error:
A severe error occurred on the current command. The results, if any, should be discarded.
Solution:
Disconnect and connect to the SQL database again.
Source: Stackoverfl...
Thursday, August 6, 2015
Tuesday, January 27, 2015
XML Data Type is Not Supported in Distributed Queries
Error: Xml data type is not supported in distributed queries. Remote object '<ServerIP>\<ServerInstance>.<DatabaseName>.<Owner>.<TableName>' has xml column(s).
Problem:
This error occurs when trying to select data from table on different server (using linked server) containing XML data type (even though the column with...
You may be intersted in
Related Posts
Updating Table Containing Xml Column via LinkedServer
If you are trying to update a table containing XML column via Linked Server in SQL Server, and you are not able to, you are not alone. There...