SQL Server Management Studio 每隔几秒就挂起
我正在使用 SQL Server 2008 R2。今天,SSMS 开始每隔 5 秒左右间歇性挂起一次,没有明显的原因。例如,我正在输入代码,然后文本编辑器停止更新大约 2 秒,然后突然赶上我正在输入的内容。这使得工作几乎不可能。我已经重新启动,但我不知道还能做什么,因为这是一个 SSMS 问题 - 在任务管理器中检查它,它几乎没有使用任何 CPU,尽管它使用了大约 1.2 GB 的内存。
任何人都经历过这个之前&知道可能的解决方法吗?
I'm using SQL Server 2008 R2. SSMS started intermittently hanging every 5 seconds or so today for no apparent reason. For example, I'm typing code and then the text editor stops updating for about 2 seconds, then suddenly catches up with what I'm typing. It's making work almost impossible. I've rebooted but I'm not sure what else to do since it's an SSMS issue - checking it in Task Manager and it's barely using any CPU, although it is using about 1.2 GB of memory.
Anyone experienced this before & know a possible fix?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只是一些可能有帮助的建议。
您可以尝试运行 SQL Profiler,并注意对数据库的任何长时间调用,这可能会导致
让它挂起来。
您是否尝试过关闭智能感知?
选项 ->文本编辑器 -> Transact-SQL ->智能感知 ->取消勾选启用 IntelliSense
Just some suggestions that might help.
You could try running SQL Profiler, and watch out for any lengthy calls to the database which might
make it hang.
Have you tried turning off intellisense?
Options -> Text Editor -> Transact-SQL -> IntelliSense -> Untick Enable IntelliSense