在生产服务器上免费捕获. [英] free catch on production server..

查看:80
本文介绍了在生产服务器上免费捕获.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在生产服务器中存在多个查询..
可以在生产服务器上使用DBCC FREEPROCCACHE ???
请指导我...

there are multiple query which catch in production server..
Can use DBCC FREEPROCCACHE on production server ???
Please guide me...

推荐答案

是的,您可以使用它.
仅供参考.

DBCC命令释放多个SQL Server内存缓存:

Yes u can use it.
Just for your information..

DBCC commands to free several SQL Server memory caches:

DBCC FREESYSTEMCACHE


从所有缓存中释放所有未使用的缓存条目. SQL Server 2005数据库引擎会在后台主动清除未使用的缓存条目,以使内存可用于当前条目.


Releases all unused cache entries from all caches. The SQL Server 2005 Database Engine proactively cleans up unused cache entries in the background to make memory available for current entries.

DBCC FREESESSIONCACHE


针对Microsoft SQL Server实例刷新分布式查询使用的分布式查询连接缓存.


Flushes the distributed query connection cache used by distributed queries against an instance of Microsoft SQL Server.

DBCC FREEPROCCACHE


从过程缓存中删除所有元素.


Removes all elements from the procedure cache.


这篇关于在生产服务器上免费捕获.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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