我试图在sql Server的数据类型图像列中插入一个值.我收到以下错误:
Length of LOB data (70823) to be replicated exceeds configured maximum 65536. The statement has been terminated.
数据长度小于2 MB.
问题是什么?
@H_403_8@