Groups | Blog | Home
all groups > sql server clients > april 2005 >

sql server clients : remove the job


Keith Kratochvil
4/28/2005 1:31:31 PM
You probably need to modify the value that is stored within the
originating_server column so that it correctly reflects the name of your
server.

select * from msdb..sysjobs where originating_server <> @@servername

--
Keith


[quoted text, click to view]

David Gugick
4/28/2005 2:32:19 PM
[quoted text, click to view]

See if this helps:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q281642


--
David Gugick
Imceda Software
John
4/28/2005 2:32:45 PM
I am trying to remove the job but it gave me the following error.

---------------------------
Microsoft SQL-DMO (ODBC SQLState: 42000)
---------------------------
Error 14274: Cannot add, update, or delete a job (or its steps or schedules)
that originated from an MSX server.
---------------------------
OK
---------------------------


AddThis Social Bookmark Button