The process of replicating text and image data types in a transactional publication is subject to the following considerations:
The max text repl size parameter is set by using the sp_configure system stored procedure.
Also, when the text pointer has been obtained, you should not perform any operations that can alter the location of the text pointed to by the text pointer (such as updating the primary key), before executing the UPDATETEXT or WRITETEXT statement.
This is the recommended way of using UPDATETEXT and WRITETEXT operations with data to be replicated:
Note If you do not obtain the text pointer in the same transaction, modifications are allowed at Publisher, but changes are not replicated to Subscribers.
An important consideration when sizing subscribing databases is that the text pointer for replicated text and image columns will be initialized on Subscriber tables, even when uninitialized on the Publisher. Consequently, each text and image column added to the Subscriber table by the distribution task will consume approximately 43 bytes of database storage.
ALTER TABLE | Replication Snapshot Agent Utility |
Setting Configuration Options | sp_configure |