In my work, we are currently experiencing serious problems that push our database changes in different environments. The problem begins to appear when we create a new column with invalid values in the existing table. The script that creates SQL Compare creates the column as invalid, so it always fails. I was hoping there is some alternative to manually editing the script. Is there any way around this? If not, how do you guys handle this?
source
share