How can we help you today? How can we help you today?
James B
Those are great suggestions- could you add them to our Uservoice forum so we can keep an eye on how popular an idea it is? Thanks! / comments
Those are great suggestions- could you add them to our Uservoice forum so we can keep an eye on how popular an idea it is? Thanks!
0 votes
Ah, yes, it probably isn't granular enough to help there. The other option you could look at is the slightly-more discoverable filtering, it works similarly to in SQL Compare: Filters / comments
Ah, yes, it probably isn't granular enough to help there. The other option you could look at is the slightly-more discoverable filtering, it works similarly to in SQL Compare: Filters
0 votes
Hi, One option that may help is to ignore the tSQLt objects. SQL Source Control has an option to exclude these, in amongst the Compare Engine settings. You can amend them as described here - look for one called IgnoreTSQLT / comments
Hi, One option that may help is to ignore the tSQLt objects. SQL Source Control has an option to exclude these, in amongst the Compare Engine settings. You can amend them as described here - look f...
0 votes
Thanks for your post, and sorry you're running into this. We're looking into this now, and I can see one of the error reports you sent in to us in our system. If you could continue to send those (unless you've reverted to an old version of course!) it would be useful. In addition, could you increase your log level to the maximum temporarily? To do this, locate the file "RedGate_SQLSourceControl_Engine_EngineOptions.xml" - it'll be in c:\users\<your username>\appdata\local\red gate\sql source control 3 If you edit the file in Notepad (ensure SSMS is closed) and add this line: <LogLevel>All</LogLevel> In between the EngineOptions tags so it looks similar to the below: &lt;?xml version="1.0" encoding="utf-8" standalone="yes"?&gt; &lt;!----&gt; &lt;EngineOptions version="3" type="EngineOptions"&gt; &lt;DefaultTraceMinimumInterQueryTimeInMillis&gt;3000&lt;/DefaultTraceMinimumInterQueryTimeInMillis&gt; &lt;LogLevel&gt;All&lt;/LogLevel&gt; &lt;/EngineOptions&gt; If you can also let us know if you've got any data in Source Control that would be useful (I know you mentioned you're filtering to just stored procedures, but filtering occurs later in the process rather than completely ignoring all other objects) Out of interest, how many sprocs do you have? Thanks! / comments
Thanks for your post, and sorry you're running into this. We're looking into this now, and I can see one of the error reports you sent in to us in our system. If you could continue to send those (u...
0 votes