SELECT object_name(parent_id) from sys.triggers where name = 'tr1'Will return the parent table name from within the trigger, but I was wondering if it's possible to return the parent's object id? I thought object_id may do that but returns null. Any help would be much appreciated. Thanks