Hi @Craig Garland ,
What I would like to know how to I set the Replicate_DDL in SQL 2016 to 0.
Pls check this link : https://learn.microsoft.com/en-us/sql/relational-databases/replication/publish/replicate-schema-changes?view=sql-server-ver16
Is there anything else that might be stopping causing the log_reuse_wait_desc = Replication.
If it possible that there was an old transaction replication that has not be cleanly delete causing an issue. (I cannot see any indication of this in the GUI.)
I think your deman is that you are not sure if there is an old transaction replication makes you in the situation that "log_reuse_wait_desc = Replication" and log size keep increasing?
If so you can try the BIG MOVE:
sp_removedbreplication 'XXXX'
wish you good luck !
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment"