How to backup SQL Server Agent jobs?

こ雲淡風輕ζ 提交于 2019-11-30 03:10:14

问题


How can I backup and restore SQL Server 2005 Agent job schedules?


回答1:


the msdb database is where all the jobs live, it is one of the system databases




回答2:


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.



来源:https://stackoverflow.com/questions/1094040/how-to-backup-sql-server-agent-jobs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!