在我的应用程序的 ASP.NET 执行期间,似乎 SQL 2008 Express 持有一些锁,我得到
Timeout expired. The timeout period elapsed prior to completion of
操作或服务器没有响应
也许我的一些查询没有优化。Visual Studio 崩溃:
Microsoft Visual Studio may be unstable now. It is recommended that
您保存所有文件并退出。
我需要查看阻止我的表的查询,但我有 Express 版本。我能怎么做?
谢谢