SELECT [Routine_Name] , CREATED, LAST_ALTERED
FROM [INFORMATION_SCHEMA].[ROUTINES]
WHERE [ROUTINE_TYPE] = 'PROCEDURE'
Image 1.
SELECT [Routine_Name] , CREATED, LAST_ALTERED
FROM [INFORMATION_SCHEMA].[ROUTINES]
WHERE [ROUTINE_TYPE] = 'PROCEDURE'
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
sufal paulPosted Feb 4, 2018, 6:31 AM
Excellent post Rahul K Saxen