How to I determine the maximum row size for a table? I\'m looking for a tool or script that does this so I don\'t have to add up each column\'s size by hand.
My goal
Another way, run this then look at MaximumRecordsize
dbcc showcontig ('YourTableNameHere') with tableresults