• Hi, disabling and enabling the default trace enabled option in sp_configure has restarted the stopped default trace in my server (I couldn't find out why it stopped by the way, no warning at error log)

    sp_configure 'default trace enabled',0

    GO

    reconfigure with override

    GO

    and

    sp_configure 'default trace enabled',0

    GO

    reconfigure with override

    GO

    Cheers