Stored procedure modified time
Posted
by Ashley
on Stack Overflow
See other posts from Stack Overflow
or by Ashley
Published on 2010-03-23T00:17:19Z
Indexed on
2010/03/23
0:21 UTC
Read the original article
Hit count: 418
sql-server
|tsql
Is there a way to find out when a stored procedure or table was last modified? I tried checking the properties via SQL Management Studio, but only found the creation date.
Thanks!
© Stack Overflow or respective owner