How to copy list of stored procs from one database to another in one go?
        Posted  
        
            by LS
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by LS
        
        
        
        Published on 2010-03-18T15:18:47Z
        Indexed on 
            2010/03/18
            15:21 UTC
        
        
        Read the original article
        Hit count: 147
        
sql
I just copied my current database to a new database to find out only the tables are copied, How do I copy all stored procs the same way in one go? I do not want to create each stored proc one by one again running create queries
Thank you in advance
© Stack Overflow or respective owner