Replication Server and Replication Agent impose the following constraints on Microsoft SQL Server datatypes:
If you use a version of Replication Server prior to version 12, you must set the value of the Replication Agent use_rssd configuration parameter to true to avoid problems with the Microsoft SQL Server smallint and tinyint datatypes.
If you use a version of Replication Server prior to version 12.5, the following size restrictions are imposed on Microsoft SQL Server datatypes:
Microsoft SQL Server char and varchar datatypes that contain more than 255 bytes will be truncated to 255 bytes.
Microsoft SQL Server nchar and nvarchar multibyte character datatypes will be replicated as char or varchar single-byte datatypes.
With Replication Server version 12.5 or later, these
datatype size restrictions are no longer in effect.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |