Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL 7 DB Sizing Query

Status
Not open for further replies.

CDuffy

MIS
Feb 28, 2001
4
ES
I have a lot of DB in various Customers places and I have to check if there is a pattern in the size of the tables and indexes to be able to create a sizing tool for the future DB I will have to create.
I need a query to extract from my DB,
- the table name,
- size of the table,
- size of space really use in the table,
- indexes name related to those tables
- and the size of the indexes.

I am using SQL 7 on NT 4 Servers.
:cool:
 
all this information is stored in different tables in master db. John Fill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top