Hello, With SQL 2000 I am getting an error
The first said complete the last two said does not exist.
I have created other log shipping today and they seem to be working.
Any ideas?
djj
One thing that I do not understand is the name I entered was LogShipping_MyDB. This was after I executedError 14261: The specified plan_name ('DB1.MyDB_logshipping') already exists.
Code:
execute msdb..sp_delete_log_shipping_primary
@primary_server_name = N'DB1',
@primary_database_name = N'MyDB'
execute msdb..sp_delete_log_shipping_plan
@plan_name = 'MyDb_logshipping'
execute msdb..sp_delete_log_shipping_plan
@plan_name = 'DB1.MyDb_logshipping'
I have created other log shipping today and they seem to be working.
Any ideas?
djj