Running out of HD space. Scripts folder is big.
Best Answer
-
DustinM Posts: 66 Bronze 1
Hello,
Thank you for your inquiry into SQL Source Control.
Scripts can be deleted from the scripts folder but SQL Source Control will attempt to recreate them after they are deleted, to completely prevent files from being created in that folder you will need to add
<MaxCacheSizeInMB>0</MaxCacheSizeInMB>
to the Engine Options located in the file path below.%localappdata%\Red Gate\SQL Source Control 7\RedGate_SQLSourceControl_Engine_EngineOptions.xml
:<?xml version="1.0" encoding="utf-8" standalone="yes"?> <!----> <EngineOptions version="3" type="EngineOptions"> <MaxCacheSizeInMB>0</MaxCacheSizeInMB> <DisableCaching>True</DisableCaching> </EngineOptions>
Please note that this can cause SQL Source Control to perform slower in which case it might be better to use
<CachePath>
instead: this allows you to change the location of the cacheI hope this information helps.
Best,
Dustin
Answers