I have a Sql Server 2005 question. I would like to have people within a certain team be able to share "ownership" of jobs. This is a team of five people who log into sql server with windows authentication. They want to be able to modify each others' jobs and run each others jobs.
Is there a clever way to do this (without them being sysadmin)?
(I tried using a Windows group but it did not work, i.e. they all belong to a Windows group which I gave ample permissions to, but it did not work.)