My Database is now 75% of its maximum size so pretty soon I will need to do some archiving.
I can view the number of rows and bytes for each table in Enterprise Manager but this is not ideal.
I would like to run a query in SQL Analyzer that returns table name, no of rows, size(bytes) ordered by size.
I assume I need to query information_sch ema or sysobjects but have little experience with this.
Any help appreciated
I can view the number of rows and bytes for each table in Enterprise Manager but this is not ideal.
I would like to run a query in SQL Analyzer that returns table name, no of rows, size(bytes) ordered by size.
I assume I need to query information_sch ema or sysobjects but have little experience with this.
Any help appreciated
Comment