all groups > sql server programming > august 2005 >
You're in the

sql server programming

group:

SQL Server EM Space Allocated Total/Used/Free


SQL Server EM Space Allocated Total/Used/Free Joe K.
8/31/2005 2:25:33 PM
sql server programming:

Where can I obtain the the same values that SQL Server 2000 Enterprise Manager
display in the Space Allocated for Data: and Transaction log space: for the
corresponding items Total, Used, and Free disk space?

Please help me find the Total, Used and Free disk space from the EM GUI so I
output these results into a table.

Re: SQL Server EM Space Allocated Total/Used/Free Aaron Bertrand [SQL Server MVP]
8/31/2005 5:29:19 PM
EXEC sp_spaceused



[quoted text, click to view]

Re: SQL Server EM Space Allocated Total/Used/Free Aaron Bertrand [SQL Server MVP]
8/31/2005 5:31:18 PM
If you want table by table, see http://www.aspfaq.com/2428

[quoted text, click to view]

Re: SQL Server EM Space Allocated Total/Used/Free Mike Epprecht (SQL MVP)
8/31/2005 11:31:24 PM
Hi

Turn on profiler and perform that action in EM. You will then see exactly
what EM sends to SQL Server to get the results.

Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland

IM: mike@epprecht.net

MVP Program: http://www.microsoft.com/mvp

Blog: http://www.msmvps.com/epprecht/

[quoted text, click to view]

AddThis Social Bookmark Button