sp_reptostandby <db_name> [,'ALL' | 'NONE' | 'L1'] [, 'use_index']
sp_reptostandby has been enhanced to display the SQL statement replication status at the database level. For example:
sp_reptostandby pdb go The replication status for database 'pdb' is 'ALL'. The replication mode for database 'pdb' is 'off'.