Posts
Sort by recent activity
New Release doesn't display any results
I updated my SQL Compare yesterday and it broke the comparison. Basically, we are excluding a lot of temp objects from comparison. We defined temp objects as the objects that use a $ in the name or...
Suggestion for Dropping table
Hi,
While scripting "drop table" like
PRINT N'Dropping [dbo].[Print]'
GO
DROP TABLE [dbo].[Print]
GO
If you could add
PRINT N'Dropping [dbo].[Print]'
GOIF EXISTS (SELECT * FROM sys.objects WHERE o...
Add Custom Script
Hi,
I'm comparing tables and we have updater that executes the saved scripts from Data Compare to all the terminals.
Now we have decided to run some scripts on terminal 1 and rest on terminal 2. I ...