How can we help you today? How can we help you today?
Chris Auckland
Sorry for the slow reply. We're still looking into performance improvments for SQL Source Control, but I can give you a workaround which might help you in the mean time. The workaround is to disable the code that polls your database. This will mean that the blue indicators in the Object Explorer are often out of date, but it should reduce the load on your database server to acceptable levels. To apply the workaround, you will need to edit the 'RedGate_SQLSourceControl_Engine_EngineOptions' in your SQL Source Control configuration directory. This is either: C:\Users\<username>\AppData\Local\Red Gate\SQL Source Control 1 or C:\Documents and Settings\<username>\Local Settings\Application Data\Red Gate\SQL Source Control 1 depending on your operating system version. The following XML is an example of setting the polling frequency to '0'. This will mean that SQL Source control will not check for changes, but you can still manually perform the check if you hit 'refresh'. You might want to try different values between 0 and the defaults, until you have an acceptable performance. &lt;?xml version="1.0" encoding="utf-16" standalone="yes"?&gt;&lt;!----&gt;&lt;EngineOptions version="2" type="EngineOptions"&gt;&lt;DefaultTraceMinimumInterQueryTimeInMillis&gt;0&lt;/DefaultTraceMinimumInterQueryTimeInMillis&gt;&lt;SysObjectsMinimumInterQueryTimeInMillis&gt;0&lt;/SysObjectsMinimumInterQueryTimeInMillis&gt;&lt;SysTypesMinimumInterQueryTimeInMillis&gt;0&lt;/SysTypesMinimumInterQueryTimeInMillis&gt;&lt;DefaultTraceMinimumRequestedInterQueryTimeInMillis&gt;0&lt;/DefaultTraceMinimumRequestedInterQueryTimeInMillis&gt;&lt;/EngineOptions&gt; THE v1 DEFAULT VALUES ARE: 25000 DefaultTraceMinimumInterQueryTimeInMillis 2500 SysObjectsMinimumInterQueryTimeInMillis 3500 SysTypesMinimumInterQueryTimeInMillis 5000 DefaultTraceMinimumRequestedInterQueryTimeInMillis I hope this helps. / comments
Sorry for the slow reply. We're still looking into performance improvments for SQL Source Control, but I can give you a workaround which might help you in the mean time. The workaround is to disabl...
0 votes
I was just going to respond to this, and I noticed your update. You can also exclude the column by unchecking the PK column from 'Columns In Comparison' on the 'Tables & Views' tab / comments
I was just going to respond to this, and I noticed your update. You can also exclude the column by unchecking the PK column from 'Columns In Comparison' on the 'Tables & Views' tab
0 votes