Thanks - running
dbcc upgrade_object (dbname, 'procedure', 'check')
helped us identify the issue with a proc that we can rectify.
However, we also get a lot of Warnings which we can't tie down.
We see the message
"Warning : Ambiguous table to update; Using the table specified in the update clause."
but without any proc name. I ran
dbcc upgrade_object ("db", procname)
but this didn't show any messages.
As is a warning I'm guessing its not an issue ?