Hi All!
I was wondering if there is a way to determine table size of part of a table. For example, I have a table with 5 years worth of data but am interested in seeing how much space 1 year of that data takes up. Delta columns being version_start_dt.
I thought about creating temp tables and then determining the size of those but I have 13 tables to do this for so I was wondering if there was something I was unaware of that would be faster.
Thanks!
↧