• I'm dont think there were any snapshot replications that were done on this db but I did run the following query:

    SELECT name, recovery_model_desc, log_reuse_wait_desc

    FROM sys.databases

    and the log_reuse_wait_desc shows 'REPLICATION' against the db that is in concern. Not sure what else could be going on here