Does Transactional replication truncate blob content ? -
10-30-2009
, 01:25 PM
Hi All.
I have a table published using transactional replication (Sql2k+Sp4), and in
this table I have a blob column.
I update this table/field with no problem on publisher.
But, the content of this column arrives truncated on subscriber.
I can solve this problem changing to merge, but I will need to recreate
publication.
How can I avoid this truncating data to subscriber ?
Is there any know configuration ? I searched for blob size, package size,
but nothing helps me.
thanks |