Best Practices - log in stored procedures?
        Posted  
        
            by hgulyan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by hgulyan
        
        
        
        Published on 2010-05-30T09:34:15Z
        Indexed on 
            2010/05/30
            9:52 UTC
        
        
        Read the original article
        Hit count: 462
        
If you have a long running SP, do you log somehow it's actions or just wait for this message?
"Command(s) completed successfully."
I assume, that there can be plenty solutions on this subject, but is there any best practice - a simple solution that is frequently used?
© Stack Overflow or respective owner