Posted by Razvan Socol on 12/20/05 08:29
Hi, Diane
Try executing the following:
DECLARE @job_id uniqueidentifier
EXEC sp_add_job @job_name='test', @job_id=@job_id OUTPUT
UPDATE sysjobs SET job_id=0x3B5C4D251FCB024BAD79FF5AFE343E3B
WHERE job_id=@job_id
EXEC sp_delete_job @job_id=0x3B5C4D251FCB024BAD79FF5AFE343E3B
If it is still executed, did set up log shipping sometime ? Or
transactional replication ? Do you have other servers (that may be
executing a job on this server) ?
Razvan
Navigation:
[Reply to this message]
|