• Hi there,

    Yes there are files like 'T.trc', 'T_1.trc' and so on...

    But when my job step 2 which is to load the data into the table is run using any of the below commands it fails 🙁

    USE DB_NAME

    GO

    SELECT * INTO trace_table1 FROM ::fn_trace_gettable('C:\PWB_Test\T.trc', 1)

    OR----

    USE DB_NAME

    GO

    SELECT * INTO trace_table1 FROM ::fn_trace_gettable('C:\PWB_Test\T.trc', default)