Comments
2 comments
-
I think the Ignore Permissions option ( http://documentation.red-gate.com/displ ... ermissions ) might do what you want
-
TY - totally did the trick - somehow that had gotten reset and I couldn't find it.
Doug
Add comment
Please sign in to leave a comment.
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