September 25, 2012 at 1:16 pm
I have to estimate database size. In oracle I have avg_row_length COLUMN in ALL_TABLES view which when multipled by number of rows gives me approx size. How can I find the similar system table/view in sql server
September 25, 2012 at 1:33 pm
svakka (9/25/2012)
I have to estimate database size. In oracle I have avg_row_length COLUMN in ALL_TABLES view which when multipled by number of rows gives me approx size. How can I find the similar system table/view in sql server
What about indexes and statistics?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 25, 2012 at 2:14 pm
I am approx adding 2% of the total. Unfortunately, I don't have access to some of statistics procedures and system tables
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply