Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
mitza
Starting Member
2 Posts |
Posted - 2013-09-24 : 00:23:27
|
Hello world.I have the following problem.With two servers (Server 1 and Server 2). On Server 1 create a synonym for a table that is on Server 2 which contains a column of type XML. The synonym is created, but can not be accessed, resulting in the following error (select * from Synonym_name / select convert (nvarchar (max), XML_column) from Synonym_name)"Msg 9514, Level 16, State 1, Line 1XML Data Type is not supported in distributed queries. Remote object 'Synonym_name' has xml column (s). ".Thank you. |
|
James K
Master Smack Fu Yak Hacker
3873 Posts |
|
mitza
Starting Member
2 Posts |
Posted - 2013-09-24 : 08:37:55
|
Thank you. |
|
|
|
|
|