Is there a script or function in sqlserver2005 that i can backup the jobs and login details of a server from the master database?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Jobs are stored in the MSDB database and logins in the Master database.
You can backup these system databases as you would any other of your user databases. Use the Management Studio GUI or via the ‘backup database..’ TSQL syntax.
See this article on backing up your system databases. With specific considerations for the backing up master and backing up MSDB.