This will be very helpful since the GUI doesnt show the modified date of a SP in SQL Server.
SELECT name, create_date, modify_date
FROM sys.objects
WHERE type = 'P'
AND name = 'spname'
Borella never change!
1 month ago
bits and bytes of my life experiences