Hi, I'm wondering if anyone knows how to determine the physical size of a particular row in a table. I suppose I could figure this out manually by determining the length of all fields, but was wondering if there's a built-in way to do this.
I'm actually using SQL Server Compact, but am interested in whether it's possible on any platform.
Thanks.
P.S.
I realize there are additional things like index entries that take up space as well. Ideally, I would like to figure out how much space could be reclaimed if a particular row were to be deleted... for capacity management.
I'm actually using SQL Server Compact, but am interested in whether it's possible on any platform.
Thanks.
P.S.
I realize there are additional things like index entries that take up space as well. Ideally, I would like to figure out how much space could be reclaimed if a particular row were to be deleted... for capacity management.
Comment