Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Check stored procedure changes history.

for function type is FN

SELECT name, create_date, modify_date


FROM sys.objects
WHERE type = 'P'
ORDER BY modify_date DESC

You might also like