I believe there is no table which will directly give you list of tables/databases which are not archived.
However you can use dbc.events ,which stores information of all ARC activity which took place for a particular date.
DBC.events have tablename,databasename which were archived.
You can use this and other dbc tables to come up with a list of tables/databases not getting archived.
I believe there is no table which will directly give you list of tables/databases which are not archived.
However you can use dbc.events ,which stores information of all ARC activity which took place for a particular date.
DBC.events have tablename,databasename which were archived.
You can use this and other dbc tables to come up with a list of tables/databases not getting archived.
~ Abhishek Jadhav