How can we help you today? How can we help you today?
moesother

Activity overview

Latest activity by moesother

Has this been resolved? The scripts generated by our DLM Automation cmdlets are trying to reset our sequence values! / comments
Has this been resolved? The scripts generated by our DLM Automation cmdlets are trying to reset our sequence values!
0 votes
Sergio, from what I understand, that table does not control the timing of when migration scripts are ran. Certainly, you can delete records in that table which would cause the migration scripts to be ran again, but that's not the issue here. What I'd like to hear about is why migration scripts are ran so early in the script, and not wait until after all the required DB objects are created. Especially when the db objects existed in the db long before the scripts were created. mzamora, I agree. It would be a nice feature once it's working. As a developer, I can tell some issues can be fixed easily enough with just more robust coding. It's clear the tool loads the source controlled information into memory and then never properly rechecks if anything has changed since the initial load. This causes all kinds of random errors. We have completely lost migration scripts because of crashes from this problem and had to start from scratch. There are other issues that are more fundamental. Having read most of the documentation it seems that the Migration Scripts feature is focused on edge cases like, for example, working with new nullable columns where user intervention is required. If you read between the lines it seems like the message is that Red Gate does not have a solution yet for including the variety of scripts that get run on environments in a normal enterprise. If you don't believe that try to create a new database using Source Control 5 when you have a number of migration scripts and watch the mayhem ensue! / comments
Sergio, from what I understand, that table does not control the timing of when migration scripts are ran. Certainly, you can delete records in that table which would cause the migration scripts to ...
0 votes
Found it. "Comparison options" is not a title in the setup tab of SQL Source Control. You can click on it to get to the options. / comments
Found it. "Comparison options" is not a title in the setup tab of SQL Source Control. You can click on it to get to the options.
0 votes
How to filter (ignore) indexes?
Indexes are not the same across all of our environments for good reasons. I can't seem to find the "index" option in edit filter rules of SQL Source Control.
1 follower 1 comment 0 votes
Abandon using migration scripts
We use the latest version of SQL Source Control 5 and the DLM tools for automated deploymentsOur scenario We have tables that we cannot version the data. Therefor, Migration Scripts are the SQL Sou...
7 followers 7 comments 0 votes
Edited Migration Scripts are not Run in CI
Problem: Changes to migrations scripts are not being applied to the continuous integration environment. How to reproduce: 1. Create a migration script to update a row on any table with un-versioned...
2 followers 4 comments 0 votes