Hi,
I use snapshot replication with @vertical_partition =true.
The snapshot fails with "Field size too large" (since the table includes additional columns as explained in the post
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/29d7b74a-70ae-4983-b4c2-8d6aa20c658a/merge-replication-and-field-size-too-large-problem ).
The @pre_creation_cmd=truncate, I can't use @pre_creation_cmd=drop(Which will solve the error). I need the table structure to be the same as the source.
I need, the columns which are not included in the snapshot to be null.
Any idea how to do it ?
I use snapshot replication with @vertical_partition =true.
The snapshot fails with "Field size too large" (since the table includes additional columns as explained in the post
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/29d7b74a-70ae-4983-b4c2-8d6aa20c658a/merge-replication-and-field-size-too-large-problem ).
The @pre_creation_cmd=truncate, I can't use @pre_creation_cmd=drop(Which will solve the error). I need the table structure to be the same as the source.
I need, the columns which are not included in the snapshot to be null.
Any idea how to do it ?
Regards, Asi Pesa