要复制的 LOB 数据长度 (78862) 超过配置的最大值 65536

发布于 2024-09-14 05:29:46 字数 328 浏览 3 评论 0原文

这里是一个相关的问题。

即使我没有安装 SQL Server 复制,为什么也会收到此错误?最奇怪的是,当我运行修复程序时,

sp_configure 'max text repl size', 2147483647
Go
RECONFIGURE
GO

它起作用了,并且不再出现此错误

Here is a related question.

Why do I get this error even when I have not installed SQL Server replication ? The strangest thing is, when I run the fix

sp_configure 'max text repl size', 2147483647
Go
RECONFIGURE
GO

it works and I no longer get this error

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

新一帅帅 2024-09-21 05:29:46

您正在使用变更数据捕获吗?

来自如何:配置最大文本重复大小选项 (SQL Server Management Studio)

此选项适用于事务复制和更改数据捕获

Are you using Change Data Capture?

From How to: Configure the max text repl size Option (SQL Server Management Studio)

This option applies to transactional replication and Change Data Capture

看透却不说透 2024-09-21 05:29:46

应执行以下步骤:

  1. 转至 SQL Server Management Studio
  2. 右键单击​​服务器并选择“属性”
  3. 选择“属性”
  4. 转至高级页面
  5. 将最大文本复制大小更改为您想要的任何值

The following steps should be performed:

  1. Go to SQL Server management Studio
  2. Right-click a server and select Properties
  3. Select Properties
  4. Go to advanced page
  5. Change the max text replication size to any value you want
Saygoodbye 2024-09-21 05:29:46

转到 Management Studio,然后按照以下步骤

操作 右键单击​​服务器 ->属性->高级选项卡->杂项 ->将最大文本复制大小更改为 (-1) ->单击“确定”

Go to Management Studio then follow below steps

Right-clicking the server -> Properties -> Advanced tab -> Miscellaneous -> Change Max Text Replication Size to (-1) -> Click OK

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文