How to exclude permissions in SQL Compare 11?

OzzieOzzie Posts: 46 Bronze 5
edited February 25, 2015 7:38AM in SQL Compare 11
Team,

I have a ton of objects which are being flagged as deltas simply because of the listings under

-- Permissions

GRANT CONTROL ON TYPE:: [dbo].[typAccountLockInfo] TO [SQLProdReadOnly]
GRANT VIEW DEFINITION ON TYPE:: [dbo].[typAccountLockInfo] TO [SQLProdReadOnly]
GRANT REFERENCES ON TYPE:: [dbo].[typAccountLockInfo] TO [SQLProdReadOnly]
GRANT CONTROL ON TYPE:: [dbo].[typAccountLockInfo] TO [SQLProdReadOnly]
GRANT VIEW DEFINITION ON TYPE:: [dbo].[typAccountLockInfo] TO [SQLProdReadOnly]
GRANT REFERENCES ON TYPE:: [dbo].[typAccountLockInfo] TO [SQLProdReadOnly]

Can I shut this off?
Thanks,
Ozzie

Comments

Sign In or Register to comment.