带有文本字段的 TSQL Openquery 挂起 MS SqlServer
当我使用链接服务器查询文本字段时会发生这种情况。例如: 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您提供的信息不多。
可能其中一台或两台服务器很忙,表很大并且它们之间的链接很慢。
如果直接在远程服务器上运行查询会发生什么?
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?