Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DBCC SHOWCONTIG : Row Count size

Using the DBCC SHOWCONTIG command we get the size of a row in minimum, maximum and on average. Just to make sure, the unit of Measurement is Byte right?

like image 636
Abdul K Avatar asked Apr 11 '14 08:04

Abdul K


1 Answers

Yes, the unit of measurement is Bytes.

I use it but I don't found any official informations about that.

I continue searching and post a link if I find any interesting informations.

EDIT :

Bytes is also used here : Row size overhead

like image 78
JGeo Avatar answered Nov 12 '22 15:11

JGeo