Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Content with tag Stored Procedure Rss

   Items 1 to 5 of 5   
 

Using the SQL Server APP_NAME function to control stored procedure execution

In this tip we will look at one way to achieve control of stored procedures to ensure that reuse is for the intended purpose and changes do not break other applications that may be using this same code.  Read more...
By Additional Articles 2013/03/29 | Source: MSSQLTips.com | Category: stored procedure
Rating: (not yet rated)  Rate this |   Briefcase | 3,654 reads

Last Accesses Stored Procedure

List of your Stored Procedures and when they were last accesses.  Read more...
By Jason Clements 2012/10/25 | Source: SQLServerCentral.com | Category: stored procedure
Rating: |  Discuss |   Briefcase | 1,574 reads

Database_Object_Last_used_details

I have implemented following stored procedure which is providing the object wise last used date of all databases which is available in single instance.  Read more...
By Abhijit Shedulkar 2012/09/12 | Source: SQLServerCentral.com | Category: stored procedure
Rating: |  Discuss |   Briefcase | 1,065 reads

How to save results of a procedure with more than one result set

Sometimes a procedure returns more than 1 result set. The article describes how to save all result sets into new database tables  Read more...
By Pavel Sinkevich 2012/09/06 | Source: SQLServerCentral.com | Category: sqlclr
Rating: |  Discuss |   Briefcase | 9,886 reads

Script to get an ordered list of all stored procedures with parameters

Generate a per-schema, per-procedure ordered list of all stored procedures for the current database, together with their parameters, datatypes and nullability.  Read more...
By Derek Colley 2012/08/14 | Source: SQLServerCentral.com | Category: t-sql
Rating: |  Discuss |   Briefcase | 1,885 reads
   Items 1 to 5 of 5   
 
Tags
app_name (1)    
data dictionary (1)    
last accesses (1)    
list (1)    
multiple result sets (1)    
parameter (1)    
sp_sproc_columns (1)    
sqlclr (1)    
t-sql (1)