There are no longer any jobs listed under my jobs tab. I know that they are running, because the backup files are created as scheduled. I need to make changes to the jobs, but I cannot access them to do that. I want to avoid recreating the jobs, and even if I did, I'm not sure how I'd go about deleting the existing jobs. Thanks for any suggestions.
Comments
1 comment
-
You can access the backup jobs through the SQL Server Agent within SSMS. You can then make changes to the scripts directly, or if you prefer to work through the SQL Backup Wizard you can delete them here. There is also nothing to stop you from using the scripts as a reference to recreate them in the wizard and then deleting the old ones.
Add comment
Please sign in to leave a comment.