what is the maximum size of a row in sql server 2000 and 2005
Answer Posted / naresh
8kb and if data(datatypes-varchar,varbinary) exceeds the
8kb row then proceeds to next page pointing with Pointers
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What does REVERT do in SQL Server 2005?
Where is localdb stored?
What information is maintained within the msdb database?
What is tempdb in sql server?
What is nested transaction?
How can you append an identity column to a temporary table?
How do I start sql server agent automatically?
How to create a stored procedure with a statement block in ms sql server?
Explain comment on transactions?
can a database be shrunk with users active? : Sql server administration
What is intellisense?
Explain identity in sql server?
How to update values in a table with update statements in ms sql server?
What are the 10 characteristics of data quality?
Can you explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?