Posts
Sort by recent activity
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...