I’m in the course of doing some schema migrations, and would like to know if it’s possible or advisable to run every stored procedure, view and function in my database as an alter statement to “compile” them all to make sure nothing is completely broken.
Share
Well, I built a sproc to do this, not very elegant, but hopefully someone else will find it useful: