Where does sql server stores the stored procedure code?
        Posted  
        
            by NoProblemBabe
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by NoProblemBabe
        
        
        
        Published on 2010-03-16T13:14:39Z
        Indexed on 
            2010/03/22
            21:51 UTC
        
        
        Read the original article
        Hit count: 324
        
sql-server-2005
|stored-procedures
I once needed the lines of the stored procedures, to be able to trace whether i have a reference to some function, procedure or table, or sometimes to try to find something inside of the sp's code. Where does the sql server stores the procedures's code?
© Stack Overflow or respective owner