devxlogo

Cleaning Up Old Dumps

Cleaning Up Old Dumps

Question:
How do you clean up old database and transaction log dumps without removing the backup device? I cannot find a way to delete a single instance of either.

Answer:
Instead of deleting them, try the approach of overwriting the device by doing a new backup on the device using the WITH INIT / FORMAT clauses of the BACKUP command. FORMAT is required for the first use of the device, but I don’t think that’s your issue because you’ve already got files on it. I’m not certain whether WITH INIT alone is enough to wipe out the file, though, so use WITH INIT and SKIP first to see if that does it.

See also  How to Create and Deploy QR Codes Online: A Comprehensive Guide
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist