Activity overview
Latest activity by sriramphani
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...
I'm currently using data compare to compare and sync data. But before saving the script, I would prefer if I have an option to edit the script.
Anyway, I will continue to save the script and edit the script and then run the script manually.
Thanks for your reply,
Sriram. / comments
I'm currently using data compare to compare and sync data. But before saving the script, I would prefer if I have an option to edit the script.
Anyway, I will continue to save the script and edit t...
Where should I configure in order to get full table name when typing partial table name?
Thanks,
Sriram. / comments
Where should I configure in order to get full table name when typing partial table name?
Thanks,
Sriram.
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 ...