Results 1 to 2 of 2

Thread: Refresh dbcc sqlperf(logspace)

  1. #1
    pd Guest

    Refresh dbcc sqlperf(logspace)

    Hi,
    I have to monitor log.
    I am using dbcc sqlperf(logspace).
    I need to refresh it evry 15-20min.to monitor the growth(ofcourse in %)of log files.
    How is this possible if I do think of 'automating' it?
    TIA
    pd

  2. #2
    cal Guest

    Refresh dbcc sqlperf(logspace) (reply)

    create a store procedure
    using temp table with data from dbccc sqlperf(logspace).

    query the temp for percent used for the specified threshold set.

    alerts if greater than threshold.




    ------------
    pd at 3/23/01 1:08:07 PM

    Hi,
    I have to monitor log.
    I am using dbcc sqlperf(logspace).
    I need to refresh it evry 15-20min.to monitor the growth(ofcourse in %)of log files.
    How is this possible if I do think of 'automating' it?
    TIA
    pd

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •