How can I backup and restore SQL Server 2005 Agent job schedules?
How to backup SQL Server Agent jobs?
Asked Answered
the msdb database is where all the jobs live, it is one of the system databases
Here's a relevant MSDB article on considerations of restoring MSDB: msdn.microsoft.com/en-us/library/ms190749(v=sql.105).aspx –
Civet
You can also script all the jobs out as a sql file and store them in svn or other source control if you'd like to track changes.
© 2022 - 2025 — McMap. All rights reserved.