If this is all inside the SQL server, you can simply recompile it.
Just create a single script containing all stored procedures and functions. Run the script. It will bomb where the problems are.
Optionally, you can simply find the generated script.
Notme source
share