Length of LOB data (78862) to be replicated exceeds configured maximum 65536

ram picture ram · Aug 9, 2010 · Viewed 35.9k times · Source

Here is a related question.

Why do I get this error even when I have not installed SQL Server replication ? The strangest thing is, when I run the fix

sp_configure 'max text repl size', 2147483647
Go
RECONFIGURE
GO

it works and I no longer get this error

Answer

Damien_The_Unbeliever picture Damien_The_Unbeliever · Aug 9, 2010

Are you using Change Data Capture?

From How to: Configure the max text repl size Option (SQL Server Management Studio)

This option applies to transactional replication and Change Data Capture