• select * from sys.procedures where modify_date > @Date

    select * from sys.triggers where modify_date > @date

    Or, if you want to check all objects

    select * from sys.objects where modify_date > @date

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass