Is there a good way to display or calculate the space used by a particular column?
I know sp_spaceused will show metrics for the entire table but curious as how to best figure the actual spaced use by all rows for a given column?
In my case, the column in question is NVARCHAR(MAX).