Comments
1 comment
-
I'm not sure that this is related to DLM Dashboard as that is not a DLM Dashboard object. You might want to try using sp_recompile on the sp_MailMonitor object to force a recompile before it is next run.
Add comment
Please sign in to leave a comment.
The definition of object 'sp_MailMonitor' has changed since it was compiled.
It turned out that the error was caused by the following line in a stored procedure:
ALTER AUTHORIZATION ON [dbo].[smySP] TO SCHEMA OWNER;
Could anyone explain what is going wrong here?
(SQL2008 R2)
TY