The process could not bulk copy into table '"dbo"."MSmerge_contents"'
and then
"Field size too large"
Can some one give an explanation about this error?
The publisher is SQL Server 2005 Std (SP2), the publication is partitioned
(via HOST_NAME), the subscriber is SQL 2005 Express SP2 and the subscription
is merge pull.
Thanks in advance
I have come across the same error after making changes on the
publisher and/or reinstalling the database on the client.
Unfortunately, the error message is not very informative. In this case
I found that dropping the subscription on the server
(sp_dropmergesubscription) and regenerating the snapshot resolved the
issue. At the subscriber, I also reinitialised the subscription. I
don't know if this is the same in your case but I hope it may provide
some help.
Jeremy