Drop Table

Support Forum for database administrators and web based access to important newsgroups related to databases
Register on Database Support Forum Edit your profileCalendarFind other Database Support forum membersFrequently Asked QuestionsSearch this forum -> 
For Database admins: Free Database-related Magazines Now Free shipping to Texas


Post New Thread










Thread
Author

Database Size (Free,Used)
In SQL Server Enterprise Manager taskpad will display database size free and
used space.

What tables within SQL Server is this information stored?

Is there another way to obtain database size free and used space?

Thanks,

Report this thread to moderator Post Follow-up to this message
Old Post
Joe K.
03-31-05 12:03 AM


Re: Database Size (Free,Used)
See sp_spaceused in SQL Server Books Online. In master databse, you could
run the following to see what tables this procedure accesses:

sp_helptext sp_spaceused
--
HTH,
Vyas, MVP (SQL Server)
SQL Server Articles and Code Samples @ http://vyaskn.tripod.com/


"Joe K." <Joe K.@discussions.microsoft.com> wrote in message
news:805D5942-D569-4083-99B4- E537F845D880@microso
ft.com...

In SQL Server Enterprise Manager taskpad will display database size free and
used space.

What tables within SQL Server is this information stored?

Is there another way to obtain database size free and used space?

Thanks,



Report this thread to moderator Post Follow-up to this message
Old Post
Narayana Vyas Kondreddi
03-31-05 12:03 AM


Re:Database Size (Free,Used)
Hi Joe,

Sysindexes system table in each database stores all the space information. Y
ou could also use the system stored procedure
"sp_spaceused " to get the space usage. For transaction log usage use DBCC S
QLPERF(LOGSPACE)

Thanks
Hari
SQL Server MVP


 ____________________
________________
Joe K.  Wrote:


In SQL Server Enterprise Manager taskpad will display database size free and
used space.

What tables within SQL Server is this information stored?

Is there another way to obtain database size free and used space?

Thanks,







Sent via SreeSharp NewsReader http://www.SreeSharp.com

Report this thread to moderator Post Follow-up to this message
Old Post
Hari Prasad
03-31-05 12:03 AM


Sponsored Links





Last Thread Next Thread
Post New Thread

MS SQL Server archive

Show a Printable Version Email This Page to Someone! Receive updates to this thread
Microsoft SQL Server
Access database support
PostgreSQL Replication
SQL Server ODBC
FoxPro Support
PostgreSQL pgAdmin
SQL Server Clustering
MySQL ODBC
Web Applications with dBASE
SQL Server CE
MySQL++
Sybase Database Support
MS SQL Full Text Search
PostgreSQL Administration
SQL Anywhere support
DB2 UDB Database
Paradox Database Support
Filemaker Database
Berkley DB
SQL 2000/2000i database
ASE Database
Forum Jump:
All times are GMT. The time now is 02:27 PM.

 
Mobile devices forum | Database support forum archive




Copyrights DropTable.com Database Support Forum 2004 - 2006