Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Seven Monitoring Scripts

    Another tip for xp_readerrorlog -- the first parameter is an integer that determines which error log to read.

    xp_readerrorlog      -- current errorlog

    xp_readerrorlog 1    -- most recent archived errorlog

    xp_readerrorlog 2    -- etc.

Viewing post 1 (of 1 total)