I am trying to insert a value into a column of datatype image in SQL Server. I am getting the following error:
Length of LOB data (70823) to be replicated exceeds configured maximum 65536.
The statement has been terminated.
The data length is less than 2 MB.
What is the problem?