dbd_list_ex

exec dbd_list_ex

This function lists objects excluded from protection. You need to run it in the context of an encrypted database. If access is locked, you need to unlock it first.

Sample output:

schema      object
---------   --------
dbo         table_for_everyone
pub         *
(2 row(s) affected)

Mask * means all names.

Remarks

To add an exceptions, run dbd_add_ex, to delete dbd_del_ex