Analysis - Data file used space
Andrew Hodge
Posts: 132
Just looking through the analysis section on monitor 3 and have noticed that there isnt a data file space used (equivelent to the log space used).
The data size just returns the size of the mdf files which isnt very useful.
I take it we could develop this within the custom reports but think this should probably be included in the base reports
The data size just returns the size of the mdf files which isnt very useful.
I take it we could develop this within the custom reports but think this should probably be included in the base reports
Comments
I've raised this as an enhancement request (ref: SRP-6485).
Thank you for the feedback.
Regards
Chris
Test Engineer
Red Gate
Out of curiosity why are you wanting an analysis of %File Used on the Data file?
BTW - You can write a custom alert/mertic in version 3.x to catch a change in the percent used value of your database file. The below T-SQL will give you the values for the data and log files which you can then assign to an Alert and then monitor it for when the Percent Used value exceeds some designated value.