Re: How to Compute Actual Space Used In Datafiles
From: Geoff N. Hiten (SRDBA_at_Careerbuilder.com)
Date: 05/06/04
- Next message: Chadha: "Restore LDF File"
- Previous message: Joe Webb: "Re: How to use SQL Server to email information"
- In reply to: WangKhar: "Re: How to Compute Actual Space Used In Datafiles"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 6 May 2004 13:39:49 -0400
Yes. It has one huge glaring weakness. It does not look at space within a
filegroup. Knowing that a database has 70% free space is useless if I have
a filegroup that is full. With DBCCSHOWFILESTATS, I was able to aggregate
data usage within files and filegroups to get a meaningful space used/free
report.
-- Geoff N. Hiten Microsoft SQL Server MVP Senior Database Administrator Careerbuilder.com I support the Professional Association for SQL Server www.sqlpass.org "WangKhar" <Wangkhar@yahoo.com> wrote in message news:bb269444.0405060059.20b88b1e@posting.google.com... > Have you looked at sp_spaceused ? > > > > "Geoff N. Hiten" <SRDBA@Careerbuilder.com> wrote in message news:<u#PQovwMEHA.3944@tk2msftngp13.phx.gbl>... > > Undocumented DBCC command 'DBCC SHOWFILESTATS' is what drives that display. > > You can build some really good stuff around that command. > > > > -- > > Geoff N. Hiten > > Microsoft SQL Server MVP > > Senior Database Administrator > > Careerbuilder.com > > > > > > > > "Jack Snow" <mrbrew5510@hotmail.com> wrote in message > > news:HAemc.146252$Gd3.35432608@news4.srv.hcvlny.cv.net... > > > Has anyone discovered the algorithm and the appropriate system > > > tables/columns to use to compute the actual amount of space used/remaining > > > within a database datafile? > > > I'm trying to hit out to the values displayed in the "Taskpad" view in > > > Enterprise Manager and want to write a routine around those values. > > > > > >
- Next message: Chadha: "Restore LDF File"
- Previous message: Joe Webb: "Re: How to use SQL Server to email information"
- In reply to: WangKhar: "Re: How to Compute Actual Space Used In Datafiles"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading