Skip to content

Instantly share code, notes, and snippets.

@huobazi
Created May 11, 2012 05:58
Show Gist options
  • Save huobazi/2657821 to your computer and use it in GitHub Desktop.
Save huobazi/2657821 to your computer and use it in GitHub Desktop.
SQLServer: Length of LOB data (xxxxxxx) to be replicated exceeds configured maximum 65536
sp_configure 'max text repl size', 2147483647
Go
RECONFIGURE
GO
--Note: The setting takes effect immediately without a SQL server restart.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment