Posts
Sort by recent activity
DevOps process solutions: Stale migrations scripts are biting us
Due to some issues that we cannot solve for about 6 months, we have a delay between developers creating migration scripts and the code getting merged into master. Further, we are using the SQL scri...
Collation error in 'build' step does not get ignored by 'IgnoreCollation'
If I pass IgnoreCollations, I get:WARNING: The error 'Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CS_AS" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation.' occ...
T/F?:Unresolved conflicts in RedGate Source Control create migration scripts that even drops tables!
We lost a chunk of data in our QA environment and that led to this repro:Unresolved conflicts in RedGate Source Control create BAD migration scripts that even drops tables!scenario: Table A has a s...