I'm trying to see which stored procs (and functions) might be affected by my having added a column to a view definition, which might cause ambiguity errors.Is there a way to do this without a manual inspection? sp_recompile / RecompileReferences doesn't quite do it for me, I want to update my code *before* ;-) I get an error at runtime...Thanks!
↧