SQL Server Shutdown

  • Hi All,

    I have SQL Server 2000 with SP4.

    From last 1 week I am experiencing some issue with it.

    Whenever I start the SQL Server Services its shutting down after some time.

    When I check the error logs found below message:

    Error writing audit trace. SQL Server is shutting down.

    Can you please help me out to resolve this issue ?

    Thanks

    Thank You.

    Regards,
    Raghavender Chavva

  • Have you Enabled C2 audit tracing?

    I think C2 audit tracing is enabled and SQL Server is not able to write to it due to lack of disk space or other issues like permission.

  • Yes,

    C2 auditing is enabled.

    is that the cause for SQL Server shutdown ?

    Thank You.

    Regards,
    Raghavender Chavva

  • BOL

    C2 audit mode saves a large amount of event information to the log file, which can grow quickly. If the data directory in which logs are being saved runs out of space, SQL Server will shut itself down. If auditing is set to start automatically, you must either restart the instance with the -f flag (which bypasses auditing), or free up additional disk space for the audit log.

  • Thanks Suresh.

    It was due to space issue only.

    Thank You.

    Regards,
    Raghavender Chavva

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply