• You need to change the column id parameter to the one you need.

    SELECT

    *

    FROM

    sys.trace_columns AS TC

    WHERE

    name LIKE '%name'

    My guess is that you want NTUserName which is column id 6.

    I'd recommend using the profiler GUI to define your trace. Start and stop it, then go to File -> Export -> Script Trace Definition