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'
What temperate waters offer
4 years ago
bits and bytes of my life experiences