Is it possible to run an alter on all my database objects to test them
        Posted  
        
            by Khanzor
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Khanzor
        
        
        
        Published on 2010-05-07T01:18:35Z
        Indexed on 
            2010/05/07
            1:28 UTC
        
        
        Read the original article
        Hit count: 385
        
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.
© Stack Overflow or respective owner