I have jobs in maintenance plans that don't work after we changed the server name. Is there some things I have to do at the database level when the server's name is changed?
The jobs fail now with error: The package could not be loaded. The step failed."
I did run sp_dropserver <old name>, sp_addserver <new name>, local
commands, is there something else I have to change? Do I have to recreate the jobs?
Thanks for any help.