Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2012 Forums
 SQL Server Administration (2012)
 Backup database include Agent Jobs in sql 2012

Author  Topic 

dophuong_cs
Starting Member

15 Posts

Posted - 2014-08-21 : 22:31:00
Hi all,
I face 1 problem with backup in sql database server.
When i backup full database and after that restore into other database sql server 2012 Standard Edition 64 bit, but after finished restore successful i check again with Sql Server Agent Jobs don't have.

Please support me, how to backup database include Sql server Agent jobs.

Phuong

ahmeds08
Aged Yak Warrior

737 Posts

Posted - 2014-08-22 : 02:30:32
jobs are not part of a database backup.
you can script them out from the source server and execute the scripts on your destination.
This is one of the method, someone here might give you other ideas

Javeed Ahmed
Go to Top of Page

dophuong_cs
Starting Member

15 Posts

Posted - 2014-08-22 : 04:34:43
quote:
Originally posted by ahmeds08

jobs are not part of a database backup.
you can script them out from the source server and execute the scripts on your destination.
This is one of the method, someone here might give you other ideas

Javeed Ahmed


Hi ahmeds08,
Thank you for your support and answer.
My source database contain email configure.
How to bring all component already configure from sql database source to sql database destination

Phuong
Go to Top of Page

ahmeds08
Aged Yak Warrior

737 Posts

Posted - 2014-08-22 : 06:03:26
see if this helps

http://www.sqlservercentral.com/Forums/Topic982618-391-1.aspx

Javeed Ahmed
Go to Top of Page
   

- Advertisement -