Question

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

Was it helpful?

Solution

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

OTHER TIPS

The following steps should be performed:

  1. Go to SQL Server management Studio
  2. Right-click a server and select Properties
  3. Select Properties
  4. Go to advanced page
  5. Change the max text replication size to any value you want
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top