How to save a Stored Procedure ?
        Posted  
        
            by Richard77
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Richard77
        
        
        
        Published on 2010-04-19T19:40:21Z
        Indexed on 
            2010/04/19
            19:43 UTC
        
        
        Read the original article
        Hit count: 189
        
sql
|sql-server-2008
Hello,
I've been playing today with stored procedures. I'm stoned that I picked the basic of it up so easily. (I'll also try triggers very soon).
Now, I'd like to know how to save my SPROC under the stored procedure folder (Programmability -> Stored Procedure) so that I can access it by name (eventually from my C# application). So far, when I press the save icon, I'm proposed to save the whole query. That's not what I want.
Thanks for helping
© Stack Overflow or respective owner