Posts
Sort by recent activity
Syntax Error in generate script (=bug?)
SQL Compare generates the following script:
ALTER TABLE [dbo].[tblCurrency] DROP CONSTRAINT [[dbo].[tblCurrency]CurrencyDefault]
which causes an error when run against the target database.
The corr...