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'
Back to the cold waters
1 week ago
bits and bytes of my life experiences