Thursday, 17 May 2012

Query to see the changed SP or table name

select name,modify_date from sys.tables order by modify_date desc
select name,modify_date from sys.procedures order by modify_date desc

No comments:

Post a Comment