Display SQL Statement Replication Status

Use sp_reptostandby 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'.