Viewing post 1 (of 1 total)
select * from sys.objects
where type='P' and modify_date>getdate()-2
order by modify_date desc
January 3, 2008 at 12:43 am
#764277