Maximum size of row in SQL
What is the maximum size of row in SQL.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Aug 24, 2012, 8:19 AM
In SQL Server 2000 there was a maximum row size of 8094 bytes which is the size of a memory page (8K) less some overhead.
http://codebetter.com/raymondlewallen/2005/12/30/how-sql-server-2005-bypasses-the-8kb-row-size-limitation/