使用Dbcc proc缓存和系统缓存 [英] use Dbcc proc cache and system cache

查看:130
本文介绍了使用Dbcc proc缓存和系统缓存的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的服务器cpu使用率有时会显示为100%。当时我们正面临数据恢复问题。



所以使用下面的查询并每2小时安排一次工作



  DBCC  FREEPROCCACHE 
DBCC freesystemcache (' all'





现在好了。它会产生任何问题吗?



i需要更多关于caches的信息。它是永久修复还是临时修复?

解决方案

否。我认为在不久的将来不会产生任何问题。


My server cpu usage sometime shows as 100 %. at the time we are facing the data retriving problem.

So Used the below query and schedule the job for every 2 hours

DBCC FREEPROCCACHE
DBCC freesystemcache('all')



Now its ok. It will create any problem?

i need more information about the caches.it is permanent fix or temporary fix?

解决方案

No. I think it will not create any problem in near future.


这篇关于使用Dbcc proc缓存和系统缓存的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆