Clearing cache
-
19. dubna 2006 8:54Přispěvatel
Is it possible to clear cache without restarting the SSAS service ?.
In AS2000 It was done by using the flushcache vbscript sample, but I didnt find a method similar to suspend/resume one, in AMO or xmla syntaxis.
Thanks
Leandro
Všechny reakce
-
19. dubna 2006 9:27Přispěvatel
I've just found a command in xmla for clearing cache:
<Command>
<ClearCache>
<Object>...</Object>
</ClearCache>
</Command>Thanks Leandro
-
1. května 2006 17:09
You might find the 'ascmd' utility useful. It includes a sample for clearing the cache. The utility is part of the April 2006 updated Samples under Analysis Services \ Administration
Download here:
_-_-_ Dave Wickert