How to achieve the data of a sql server 2000 database automatically back up to another server (as long as you can back up data)?

Set up regular automatic backup schedule database through Enterprise Manager.
1. Open Enterprise Manager, double-click to open your server
2, and then the top menu Tools -> select Database Maintenance Planner
3, the next step to select the data automatically backed up -> Next to update the data to optimize information, here generally do not have to choose -> next check the data integrity, and normally do not choose
4, the next step to specify the database maintenance plan, the default is one week back up, click change and select the backup date to determine the time point,
5, under disk backup directory specified step, select the specified directory, and select delete backups older than how many days before selecting one week to delete a backup, look at your specific backup requirements, backup default file extension is BAK
6, the next step specify the transaction log backup plan, you need to do to see options -> next step is to generate reports generally do not do options -> Next maintenance plan history, the best to use the default options -> Next to complete
7, after the completion of the system is likely to be prompted to Sql Server Agent service is not started, the first point to determine the complete set plan, and then locate the SQL Desktop icon in the far right of the status bar, double Click point to open, select Sql Server Agent service, and then click the arrow to run, start the service automatically when the election on the bottom when starting OS
8, is set to start sql server Agent:
Run Services.msc, sqlserverAgent set to start automatically.

Enable SQLserver Agent is necessary, but also to add jobs or SQL statements through which to perform the backup. And then to remove redundant backup through the corresponding batch, a few days to retain backups. Related information, please separate review!

Guess you like

Origin www.cnblogs.com/SyncNavigator8-4-1/p/10978046.html