SELECT * FROM SYS.procedures WHERE NAME NOT LIKE 'SP_%DIAGRAM%' ORDER BY modify_date desc
OR
SELECT * FROM sys.all_objects where type='p' and NAME NOT LIKE 'SP_%DIAGRAM%' ORDER BY create_date desc
OR
SELECT * FROM sys.all_objects where type='p' and NAME NOT LIKE 'SP_%DIAGRAM%' ORDER BY create_date desc
No comments:
Post a Comment