This topic has not yet been rated - Rate this topic

LinkedServer.CollationCompatible Property

Gets or sets the Boolean property value that specifies whether the default collation of the linked server is compatible with the default collation on the local instance of SQL Server.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool CollationCompatible { get; set; }

Property Value

Type: System.Boolean
A Boolean value that specifies whether the remote linked server is compatible with the collation on the local instance of SQL Server. If True, the linked server has a default collation that is compatible with the default collation on the local instance of SQL Server.If False (default), the linked server has a default collation that is incompatible with the default collation on the local instance of SQL Server. This means that data compared on the two servers may return unexpected results.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.