DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Sort By Last Modified Stored Procedures MS SQL 2005
// Sort by Last Modified Stored Procedures MS SQL 2005
-- Last Modified Stored Procedures select name,create_date,modify_date from sys.procedures order by modify_date desc




