Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Cache in client and server

Author  Topic 

niranjankumark
Posting Yak Master

164 Posts

Posted - 2009-03-06 : 06:26:29
While testing performance of my query once i executed i will clear cache and then execute.

But i am working in client ... but how about cache in server ??? will it remain ??? because

i can clear in client by DBCC command ??? how the cache stored in client and server ?

robvolk
Most Valuable Yak

15732 Posts

Posted - 2009-03-06 : 07:59:55
DBCC FREEPROCCACHE and DBCC DROPCLEANBUFFERS clear caches on the SQL Server, not the client.
Go to Top of Page
   

- Advertisement -