Microsoft
Software
Hardware
Network
Question : difference between Maintenance plan and scheduled jobs in SQL Server 2000
Hi, I would like to know what difference between Maintenance Plan and Scheduled Jobs. For example, in maintenance plan I set up a Weekly full backup (every Sunday) and a daily Transaction log backup every 3 hours. And in Scheduled jobs I set up a differential backup on the weekdays (Mon-Sat). But When I tried to restore the differential backup files on top of the full weekly backup, I got an error. My goal is to restore any point of failure (within 3 hours).
Please let me know what I have done wrong
Code is appreciated.
Thanks
Answer : difference between Maintenance plan and scheduled jobs in SQL Server 2000
A maintenance plan is a unit of work that you use to backup databases, reindexing, etc. Typically, these are ran at routine intervals through the use of a Scheduled Job using the Sql Agent service.
What is your error?
Random Solutions
Qt How do I have one form load another?
Task Microsoft Exchange Reported error (0x80004005)
How Do You Create Private Posts in Wordpress, or Hide Posts Until Logged in to Wordpress Site?
TELNET PORT 25
Reporting Services 2005 - Currency Format Style for fixed currency symbol
Urgent - Creating Word document - Ok in NT, Error in 2000
How to develop calender control in WPF
Musy resync Iwam account every day to access .asp pages
Question about Exchange licenses.
Windows Mobile, Visual Basic Need Code to Mimic MinimizeBox.Click