Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试运行查询以编辑 SQL Server Management Studio 2008 中的记录并不断收到错误消息:“SQL 执行错误。错误消息:超时已过期。在操作完成之前超时时间已过或服务器没有响应。 "
我设置了以下内容:执行超时:0 设置锁定超时:-1 事务超时:65535
该消息出现在大约 30 秒....
您尝试更改的数据库上有锁。您需要先解除锁定,然后才能执行更改。