DB syncs, except for QUOTED_IDENTIFIER
Posted: Mon 06 Oct 2014 21:21
I am using dbForge Schema Compare v3.8.252, with SQL Server 2012 Service Pack 1
It never completely syncs my databases. Every time I update the test database, and try to push the changes to prod, they go but then after refreshing the comparison, all modified stored procs show as different. The part that is different can be:
SET QUOTED_IDENTIFIER OFF
GO
or
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS OFF
GO
or even a BLANK line at the end of the stored proc. It is very annoying. And frankly, I don't care about this QUOTED_IDENTIFIER option. I just want my data to sync like it used to do, with previous versions of the software (which I used on previous versions of MSSQL).
Am I missing a syncing option? Thanks!
It never completely syncs my databases. Every time I update the test database, and try to push the changes to prod, they go but then after refreshing the comparison, all modified stored procs show as different. The part that is different can be:
SET QUOTED_IDENTIFIER OFF
GO
or
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS OFF
GO
or even a BLANK line at the end of the stored proc. It is very annoying. And frankly, I don't care about this QUOTED_IDENTIFIER option. I just want my data to sync like it used to do, with previous versions of the software (which I used on previous versions of MSSQL).
Am I missing a syncing option? Thanks!