SQL Server 缓存清理的一些原因
摘要:
1、dbcc freeproccache;2、dbcc freesystemcache('all') |dbcc freesystemcache('pool_name');3、declare @dbid as int = DB_ID('studio'); dbcc flushprocindb(@db... 阅读全文
posted @ 2014-10-31 08:35 蒋乐兴的技术随笔 阅读(419) 评论(0) 推荐(0)
浙公网安备 33010602011771号