Parameters in stored procedures in SQL Server
        Posted  
        
            by Sanju
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sanju
        
        
        
        Published on 2010-05-16T15:29:18Z
        Indexed on 
            2010/05/16
            15:40 UTC
        
        
        Read the original article
        Hit count: 241
        
sql-server
|stored-procedures
How many types of parameters are there in a stored procedures and what are they? Thanks in advance.
And can we delete a table using view? I think yes but in what situation we can't delete it if there are no trigger associated with that table. I mean to say i need to delete a table which has no trigger associated with it using view, in which case i can't delete it?
© Stack Overflow or respective owner