Activity overview
Latest activity by Sean_B
Is this unsupported feature status still the case? I realize this may be a tricky feature, but it looks like a lot of people want this. And this post is a couple years old. RG may have added this feature by now? / comments
Is this unsupported feature status still the case? I realize this may be a tricky feature, but it looks like a lot of people want this. And this post is a couple years old. RG may have added th...
Does RG DLM Automation support MS SQL Projects/SSDT projects?
I can't find an indication of what type of projects Red Gate Source Control + DLM Automation supports.
Due to my companies DB infrastructure we really need a push from TFVC into DEV, TEST, STAGE, a...
Database Code in separate Solution from Application Code?
This is more of a best practice question...
Which is best practice for organizing source code and database code?
a. Store source code and database code in separate projects, but in the same solutio...
It's not a bug from what I can tell. When you compare two tables that are identical except table 1 has a trigger attached to it and table 2 does not the tables come up different.
I would like to know how to add a switch to ignore the triggers entirely when making table comparisons.
None of the switches/options seem to work correctly.
This is not hard to reproduce. Just take two identical tables and add an insert trigger on one of them then compare them. Try to compare them without the trigger being a factor. / comments
It's not a bug from what I can tell. When you compare two tables that are identical except table 1 has a trigger attached to it and table 2 does not the tables come up different.
I would like to k...
Yes, it does not work with DML Triggers.
w / comments
Yes, it does not work with DML Triggers.
w
SQL Compare Tables without DML triggers
I have been trying without success to get an sql compare task to run on the command line that compares tables in two databases while excluding any triggers.
There are triggers in our production dat...