For a published replication article, text and image columns are now replicated as text or image datatypes.
The synchronization process initializes NULL pointers in tables loaded by BCP by default. The process first obtains the names of nullable text and image columns and subsequently issues an UPDATE statement to initialize all columns with uninitialized pointers. The statement is issued repeatedly for columns with ROWCOUNT set to 1000.
Potentially, the synchronization process can cause a large number of records to be written to the transaction log of the subscriber database. To switch off the initialization of NULL pointers for text and image coumns, do one of the following:
For more information, see What's New for Administrators, earlier in this document.