June 6, 2008 at 5:28 am
Hi,
how can I know the percentage of usage of my datafiles (sql server 2005), as regards the tlog files I use dbcc sqlperf(logspce), is there a similar command for datafiles?
the dimension of backup full is the space allocated for datafiles or is it relative to the phisical space used?
Thanks a lot for your answers! 😀
June 6, 2008 at 6:22 am
There is an undocumented DBCC command you can use DBCC SHOWFILESTATS.
Check here http://www.databasejournal.com/features/mssql/article.php/3414111 for a explanation of its usage and a sample script from Greg Larsen
Kev
June 9, 2008 at 1:49 am
Thanks a lot for your reply, I will try today.
For sure it will be useful!:P
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply