Posted on Leave a comment

How to find objects modified since a certain date

   SELECT *
     FROM sys.all_objects
    WHERE modify_date > ‘20120628 00:00:00’

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.