ECDA 15.0 ESD #2 or higher required for partial large-object (LOB) updates

Now that Replication Agent for Microsoft SQL Server 15.1 is log-based, it reads and processes log records for each operation, including those operations that partially update a LOB column. For example:

		UPDATETEXT mytable.lobdata @ptrval 88 1 'b';

However, the capability for replicating this type of operation is not available in Replication Server 15.0.1 or earlier, or in ECDA 15.0 or earlier.

Workaround: None.