• select

    distinct object_name(id) from syscomments where text like '%DDENT%'

    This will return the object names that contain the string "DDENT".

    Hope that helps,