Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
dbalearner
Constraint Violating Yak Guru
272 Posts |
Posted - 2012-09-30 : 21:27:58
|
I have performed the SP to monitor the disk space usage for a given time but not making a continuous process like 'hourly' progress.The SP is designed into SQL Agent job and is running good but as per the desire and there is no scope for me to enter with the hourly monitoring.Is there any way that I can be helped using such SP being investigated into HOURLY progress of the disk space on the server?Many thanks for your never ending support. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
dbalearner
Constraint Violating Yak Guru
272 Posts |
Posted - 2012-10-02 : 00:28:17
|
I have used XP_FIXEDDRIVES in the agent job but this is not giving the anticipated results as I predicted like 'Hourly'Any help further please, many thanks. |
|
|
jackv
Master Smack Fu Yak Hacker
2179 Posts |
Posted - 2012-10-02 : 01:35:43
|
Using XP_FIXEDDRIVES - will give you a snapshot. To get the hourly , you'll need to record and create a trend report.Jack Vamvas--------------------http://www.sqlserver-dba.com |
|
|
dbalearner
Constraint Violating Yak Guru
272 Posts |
Posted - 2012-10-02 : 02:13:15
|
This is not done previously, can you please help in support to do this.Thanks again |
|
|
sunitabeck
Master Smack Fu Yak Hacker
5155 Posts |
Posted - 2012-10-02 : 06:53:35
|
Take a look at this SQL Magazine article - walks you through all the steps in pretty good detail: http://www.sqlmag.com/blog/practical-sql-server-45/sql-server-2012/disk-space-monitoring-143552 |
|
|
|
|
|