I know that I can find the last modified date of a stored procedure in sys.objects tables in SQL Server 2012. Is there any way I can find who updated it?
Asked
Active
Viewed 46 times
0
-
[Who modified SP](http://serverfault.com/questions/258111/finding-out-who-has-modified-a-stored-procedure-on-sql-server) – SQLChao May 07 '15 at 18:24
-
Also see [SQL Server Schema Auditing](http://stackoverflow.com/questions/11470301/sql-server-schema-auditing). – Bacon Bits May 07 '15 at 18:25