I have a transaction log file that has grown to 15GB. Nothing I do will shrink or truncate the log file because it says there are uncommitted transactions related to replication.
Unfortunately, this database is not currently replicating although it was at one time. So any commands I issue that refer to replication fail with a message that the database is not replicating. Anything I do to shrink the log file fails with a message that it is replicating.
I tried re-publishing the database with the plan of then deleting the publication hoping it would clear everything but I can't create a publication because, you guessed it, the transaction log is full.
So my real goal is to somehow shrink the log file or delete it or as a last resort, drop the database entirely.
Anyone know any tricks to accomplish this. All the MS recommendations fail because of the funky state the database is in. I think I need a brute force method at this point.
TIA!
J
Unfortunately, this database is not currently replicating although it was at one time. So any commands I issue that refer to replication fail with a message that the database is not replicating. Anything I do to shrink the log file fails with a message that it is replicating.
I tried re-publishing the database with the plan of then deleting the publication hoping it would clear everything but I can't create a publication because, you guessed it, the transaction log is full.
So my real goal is to somehow shrink the log file or delete it or as a last resort, drop the database entirely.
Anyone know any tricks to accomplish this. All the MS recommendations fail because of the funky state the database is in. I think I need a brute force method at this point.
TIA!
J