• Here you go:

    SELECT

    SSM.definition

    FROM

    sys.server_triggers AS ST JOIN

    sys.server_sql_modules AS SSM

    ON ST.object_id = SSM.object_id

    Or you can just locate it in SSMS and Generate the create script