How to exclude permissions in SQL Compare 11?
Ozzie
Posts: 50 Bronze 5
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
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
Doug