带有文本字段的 TSQL Openquery 挂起 MS SqlServer

发布于 2024-09-15 11:37:58 字数 116 浏览 2 评论 0原文

当我使用链接服务器查询文本字段时会发生这种情况。例如: select * from openquery(LS,'select text_field from table')

然后我的服务器崩溃了!帮助?

This happens when I query a text field using linked server. For example: select * from openquery(LS,'select text_field from table')

then my server blows up! HELP?

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

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

发布评论

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

评论(1

霓裳挽歌倾城醉 2024-09-22 11:37:58

您提供的信息不多。

可能其中一台或两台服务器很忙,表很大并且它们之间的链接很慢。

如果直接在远程服务器上运行查询会发生什么?

There is not much information you provided.

Probably, one or both of the servers are busy, the table is very large and the link between them is slow.

What happens if you run the query directly on the remote server?

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