Results 1 to 2 of 2

Thread: Database Size Monitoring in 6.5?

  1. #1
    Derrick Hastie Guest

    Database Size Monitoring in 6.5?


    In SQL Server 6.5 what can you use to monitor the size of you database?

    I know you can use the SQLPerfMon counters to constantly check the percentage of the log spaced used, I was just hoping there was a similar counter for the database size because I want to generate a system event when the database gets 80% full. Is there such a utility??

  2. #2
    Tom Willetts Guest

    Database Size Monitoring in 6.5? (reply)

    There arent any utilities that I am aware of, however I have written my own procedures which run using the task scheduler, write the results out to various tables in a monitoring database, and also generate mail messages when thresholds are exceeded. If you are interested I may be able to send you copies of the scripts.

    Tom W


    ------------
    Derrick Hastie at 9/6/99 7:19:45 AM


    In SQL Server 6.5 what can you use to monitor the size of you database?

    I know you can use the SQLPerfMon counters to constantly check the percentage of the log spaced used, I was just hoping there was a similar counter for the database size because I want to generate a system event when the database gets 80% full. Is there such a utility??

Posting Permissions

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