June 3, 2007 at 9:28 am
I am somewhat new to SQL Server 2000. I recently determined that a database I manage is not being backed-up. I tested a backup solution that backed-up the database every 1 hour between the hours of 10:00pm and 6:00am and saved the back-ups in a single file. Once I determined that that solution would work, I created a new backup solution (Using the Maintenance Wizard) that backed-up the database every 12 hours. That solution works well. The problem is that I cannot stop the hourly backups and the file is now 20 Gig (the database is only 64k). Can anyone tell me how to cancel the hourly backups.
Any and all help would be greatly appreciated.
Mark Clanton
June 3, 2007 at 9:53 am
Scheduled Backups become "Jobs"... Find the [Management] folder for the database and expand it... find the [SQL Server Agent] folder under that and expand it... find the [Jobs] folder under that and expand it... find the "offending" job and delete it. Becareful... no "Undo" here...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2007 at 10:23 am
Thanks. I have gone in and deleted the job that I did not want to run. I will be able to test it tonight.
Thanks for the help.
June 8, 2007 at 9:18 pm
Well, everything works great. Thanks for all of the help. Great forum. You will see me again.
Mark
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply