Aaron

To the rescue again!

Thanks!

Steve C
========================================================
Stephen Collins, Technical Consultant - ACIS (Australia)
Allaire Certified ColdFusion 5 Developer

 Work : [EMAIL PROTECTED] Personal : [EMAIL PROTECTED]
 ICQ UIN : 56321783                       Yahoo! : trib

       Are you building your best Body-for-LIFE?
                 www.bodyforlife.com

> -----Original Message-----
> From: Aaron Shurmer [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, 5 February 2002 11:22 AM
> To: Spectra-Talk
> Subject: RE: Maintaining indexes
> 
> 
> If you are just after verity optimising for the spectra verity
> collections (sounds like you are) then try something like 
> this. It will
> optimise all of your spectra collections.
> 
> <cfregistry action="GETALL"
> branch="HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\Current
> Version\Co
> llections" name="q" type="Key">
> <cfloop query="q">
>       <cflock name="cfindex_collection_#entry#" timeout="30">
>               <cfcollection action="OPTIMIZE" collection="#entry#">
>       </cflock>
> </cfloop>
> 
> Cheers,
> Aaron.

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to