SQL Source Control 3 And Changelog Database Move From TEMPDB
alewis_usbtx
Posts: 2
I have following the following post at:
http://www.red-gate.com/supportcenter/c ... ng_changes
I ran the script which does generate a new DB(CHANGELOG),I updated the xml config file(with applications closed) per the article.File:RedGate_SQLSourceControl_Engine_EngineOptions.xml is saved with the new info,however this file is always overridden with the orig info and the table RG_AllObjects is never generated in the new CHANGELOG database...
SQL SERVER 2008 R2
Any thoughts???
http://www.red-gate.com/supportcenter/c ... ng_changes
I ran the script which does generate a new DB(CHANGELOG),I updated the xml config file(with applications closed) per the article.File:RedGate_SQLSourceControl_Engine_EngineOptions.xml is saved with the new info,however this file is always overridden with the orig info and the table RG_AllObjects is never generated in the new CHANGELOG database...
SQL SERVER 2008 R2
Any thoughts???
Comments
My current working file looks like this:
Redgate Software
We need to direct source control to a dedicated changelog as well as edit the polling time with :
<DefaultTraceMinimumInterQueryTimeInMillis>60000</DefaultTraceMinimumInterQueryTimeInMillis>
I assume these tags will be within the <engineoptions> tag too? i.e end result =
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!---->
<EngineOptions version="3" type="EngineOptions">
<TraceCacheDatabase>CHANGELOG</TraceCacheDatabase>
<DefaultTraceMinimumInterQueryTimeInMillis>60000</DefaultTraceMinimumInterQueryTimeInMillis>
</EngineOptions>
Is this possible to confirm? Thanks
- Attempt to store changelog information in a database called CHANGELOG, if it exists
- Set the polling interval to 60 seconds
Is that what you were hoping to achieve?
Red Gate Technical Support Engineer