Comments
3 comments
-
Hi Don
Unfortunately there is no way to exclude these objects from the registration process. The reason is that because we use our own dependency engine it must view all objects to create its map.
Regards
Dan -
It does seem that SQL Compare tries to decrypt each encrypted object, is there anyway to turn off this feature. All our QA, UA and production servers will have encrypted objects (SP's, views, UDF's, triggers). As it stands now, we will not be able to use SQL Compare against any of these servers.
-
Hi Don,
Not really, but if the object cannot be decrypted because you are not a member of the sysadmin or securityadmin server roles, the object will remain encrypted and 'invisible' to SQL Compare.
You should be able to get away with this if you log on to the database using a limited account with only public or db_datareader access. When you view any encrypted objects registered under this account, you will see only 'this is an encrypted object and cannot be viewed'.
Add comment
Please sign in to leave a comment.
Don Weigend