what's the maximum size of a row? : Sql server database administration



what's the maximum size of a row? : Sql server database administration..

Answer / Sagar Jain

The maximum size of a row in SQL Server is 8,060 bytes (varchar(max), nvarchar(max), varbinary(max) are excluded from this limit).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Explain the dirty pages?

1 Answers  


What is the difference between mysql and mysqli?

1 Answers   HCL,


Does partitioning improve performance sql server?

1 Answers  


Explain boyce and codd normal form(bcnf)?

1 Answers  


How you can get a list of all the table constraints in a database? : Sql server administration

1 Answers  


Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?

1 Answers  


What is use of except clause? How it differs from not in clause?

1 Answers  


select name of emplyoee whose total salary is 130 from following table. id name salary 1 a 100 2 b 20 3 c 50 1 a 30 2 b 70 Post the resulantant Query?

7 Answers  


How much is a sql server license?

1 Answers  


How to convert character strings into numeric values?

0 Answers  


How ssrs maintain security?

1 Answers  


How to create a local temporary stored procedure?

1 Answers  


Categories