what is the max size of rows in a particular table

 Posted by aswinialuri-19361 on 7/16/2013 | Category: Sql Server Interview questions | Views: 4836 | Points: 40
Select from following answers:
  1. 1024
  2. 8060
  3. 1824
  4. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Phagu007 on: 7/19/2013 | Points: 10
The max size of rows in a particular table is 8060 . Please refer this link for more detail http://www.sqlservercentral.com/Forums/Topic226699-5-1.aspx
Posted by: Bandi on: 7/29/2013 | Points: 10
The Max size of a row in the table is 8060 bytes... whereas number of rows per a table is limited by "available storage".
The reference for the above question is http://msdn.microsoft.com/en-us/library/ms143432.aspx

Login to post response