• gaffar786 (12/18/2010)


    Trace ID '3' was stopped because of an error. Cause: Stopping the trace because the current trace file is full and the rollover option is not specified.. Restart the trace after correcting the problem.

    i am getting this error on SQL Server, There is default error message enabled on SQL.

    How to specifiy the roll over option on default trace.

    if i open any default trace files, i am unable to view any roll option on SQL Server profiles studio.

    Any idea would be appreciated.

    You can't modify the default trace beyond stopping it using sp_configure. As ALZDBA mentioned the default trace is usually trace id 1 in sys.traces, but a better way to tell is to check the is_default column for the trace. I've never seen the Default Trace anything but 1, but if you have common criteria or C2 auditing enabled it might get a different id.