In this blog post, let’s learn about the error message “7139 – Length of LOB data (%I64d) to be replicated exceeds configured maximum %ld. Use the stored procedure sp_configure to increase the configured maximum value for max text repl size option, which defaults to 65536. A configured value of -1 indicates no limit, other that the limit imposed by the data type.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
7139 – Length of LOB data (%I64d) to be replicated exceeds configured maximum %ld. Use the stored procedure sp_configure to increase the configured maximum value for max text repl size option, which defaults to 65536. A configured value of -1 indicates no limit, other that the limit imposed by the data type.
Reason for the Error
To be update soon…
Solution
To be update soon…