/ Published in: SQL
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
USE DATABASE;
GO
SELECT name, create_date, modify_date
FROM sys.objects
WHERE
TYPE = 'p'
AND name = 'cp_StoredProcedure'
Comments
 Subscribe to comments
                    Subscribe to comments
                
                