Check who modified the Stored Procedures in a Database



use <database name>

SELECT name, create_date, modify_date

FROM sys.objects

WHERE type = 'P'

order by modify_date desc

Comments

Popular posts from this blog

VS 2012: No exports were found that match the constraint : ContractName

How to Tweak the New Multi-Monitor Taskbar in Windows 8