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 2000 Forums
 SQL Server Administration (2000)
 sql job agent

Author  Topic 

maryxu
Starting Member

36 Posts

Posted - 2008-03-18 : 11:58:29
hi, on 2000, i have created such job with stored procedure script(created on
msdb database), inside the SP, we defined job name, job step , job schedule
and job server, after created, i checked the step is : EXECUTE
master.dbo.xp_sqlmaint '-CopyPlanName " xxx Log_Shipping" ' , but how this
job know exactly what to do? thanks

maryxu
Starting Member

36 Posts

Posted - 2008-03-18 : 17:49:38
are these tables backup_movement_plans, backup_movement_plan_databases and backup_movement_plan_history get automatically created when maintenance plan created? how the data get loaded? thank you
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-03-21 : 00:04:16
It doesn't know what to do if there is no corresponding maintenance plan.
Go to Top of Page
   

- Advertisement -