Activity overview
Latest activity by seannerd
Yeah - I ended up using "ignore names" to get through it - though I sort of want the names. I can live without it.
I ran a test on a simple DB with one table, and SQL Compare did what I would expect, and dropped the original constraint, and re-added it with the new name.
So - I'm not sure what happened. But - I cannot mess with it anymore right now, unfortunately.
Thanks, Brian.
- Sean / comments
Yeah - I ended up using "ignore names" to get through it - though I sort of want the names. I can live without it.
I ran a test on a simple DB with one table, and SQL Compare did what I would expec...
Problem: SQL Compare tries to add existing column
SQL Compare 10.0.0.181 tries to add an existing column because the default constraint has a different name
In the script, I get these lines:
PRINT N'Altering [dbo].[updates]'
GO
ALT...