Feature suggestion
DanAvni
Posts: 72 Bronze 2
often while creating update scripts between my dev SQL and a production SQL i find small things that i change in my dev SQL. after changing them i click refresh and have to wait for SQL Compare to register the dev machine which is fine but it also registers again the production machine which did not change.
my suggestion: add refresh buttons for a specific side DB (either left or right)
my suggestion: add refresh buttons for a specific side DB (either left or right)
Dan Avni
Comments
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!