SQL Server Management Studio 编辑超时
我试图运行查询来编辑 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您尝试更改的数据库上有锁。您需要首先删除锁定,然后才能执行更改。
There are locks on the database you are trying to change. You need to first remove the locks, then you can execute your change.