I have a mainenance plan that backs up all databases nightly on SS2K. My machine name changed after SS2K was installed and the plan stopped working. From looking at the sql agent job created by the maint. plan, it appears that the job is running as OLDNAME\Administrator instead of NEWNAME\Administrator.
I've done the sp_dropserver / sp_addserver fix.
Enterprise manager allows me to select a different user for the job, but if I change the user, click OK, then click properties again, the old (invalid) user is displayed.
Does anyone know how to fix this? Manually backing up dozens of databases sucks.
Thanks in advance,
-dave