Technical Article

Row Length

,

This select will be useful for developers/ database designers / DBAs to find the rowlength instantly. This select also makes use of system function to get rid of joins.
Only for sql7 and up.

select sum(length) from syscolumns where id = object_id('TableName')

Rate

You rated this post out of 5. Change rating

Share

Share

Rate

You rated this post out of 5. Change rating