SQL Server Management Studio 编辑超时

发布于 2024-08-30 14:36:10 字数 189 浏览 5 评论 0原文

我试图运行查询来编辑 SQL Server Management Studio 2008 中的记录,但不断收到错误: “SQL 执行错误。 错误消息:超时已过。操作完成之前超时时间已过,或者服务器没有响应。”

我设置了以下内容: 执行超时:0 设置锁定超时:-1 交易超时时间:65535

该消息在大约 30 秒后出现......

I am trying to run a query to edit records in SQL Server Management Studio 2008 and keep getting the error:
"SQL Execution Error.
Error Message: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding."

I have set the following:
Execution Time-out: 0
Set Lock Timeout: -1
Transaction time-out after: 65535

The message appears at about 30 seconds....

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

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

发布评论

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

评论(1

一个人的夜不怕黑 2024-09-06 14:36:10

您尝试更改的数据库上有锁。您需要首先删除锁定,然后才能执行更改。

There are locks on the database you are trying to change. You need to first remove the locks, then you can execute your change.

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