Comments
5 comments
-
Thanks for your suggestion. I have logged it in our tracking system with reference SC-5094. I will be informed if/when the status of this issue changes.
-
thanks. another feature suggestion: add an option to run custom scripts before and/or after a specific object is syncrinized. e.g. after syncronizing the structure of a table i want to run a few sql statements that will insert a few rows of data into the table.
-
This has already been requested by other users and is logged in our tracking system with reference SC-1427. I have added the link to this forum post to the issue and am watching it for any updates.
-
Our legacy systems use 10 different databases for each environment. I would like to compare each environment (multiple databases) instead of each database after another. Very time consuming.
Also, I'd like to compare server role security and stuff like :
EXEC sp_addsrvrolemember @loginame = 'server_principal', @rolename = 'sysadmin'
GRANT VIEW ANY DEFINITION TO 'server_principal'
GRANT VIEW ANY DATABASE TO 'server_principal'
GRANT VIEW SERVER STATE TO 'server_principal'
GRANT ALTER ANY LOGIN TO 'server_principal'
Thanks! -
I'd like to suggest suppressing database and/or server names when comparing objects other than synonyms. Often I'm comparing my live database to my test and the only difference in my views/procedures/functions is the database name I select aginst. If I could supress that the system believes this is a difference it would speed up my finding the real differences.
Add comment
Please sign in to leave a comment.
my suggestion: add refresh buttons for a specific side DB (either left or right)