Created
May 11, 2012 05:58
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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