September 1, 2016 at 1:21 am
Hi.
There is one table record counts are one month total = 199034556, so how can we estimate total estimate size of table?
Per Record size 8KB, 199034556*8 = 1592276448KB, so per month estimate growth size 1.518GB. can we assume this calculation? Pl. suggest
Thanks
September 1, 2016 at 4:54 am
SQL Galaxy (9/1/2016)
Hi.There is one table record counts are one month total = 199034556, so how can we estimate total estimate size of table?
Per Record size 8KB, 199034556*8 = 1592276448KB, so per month estimate growth size 1.518GB. can we assume this calculation? Pl. suggest
Thanks
Use sys.dm_db_index_physical_stats to get the average "record" size and the % of page fullness. Not every "record" is going to be 8KB because you can likely get more than 1 per page.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply