adspace
what's the maximum size of a row? : Sql server database administration
Answer Posted / 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 View All Answers
How can I check that whether automatic statistic update is enabled or not?
What are different types of constraints?
What are the different types of subquery?
How do I find query history in sql server?
How to provide default values to function parameters?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
do you know how to configure db2 side of the application? : Sql server database administration
List the ways in which dynamic sql can be executed?
What is acid mean in sql server?
What is subquery? Explain the properties of a subquery?
What are the different subsets of sql?
How do I create a trace in sql server?
what is spatial nonclustered index
Equi join and non equi join is possible with sql server?
Explain system functions or built-in functions? What are different types of system functions?