http://searchsqlserver.techtarget.com/tip/Differences-between-varchar-and-nvarchar-in-SQL-Server:
The size for a table page is 8,196 bytes, and no one row in a table
can be more than 8,060 characters. This in turn limits the maximum
size of a VARCHAR to 8,000 bytes.
What exactly is a “table page”?
is a “table page” something like an imaginary row or something?
See this link for an explanation: Understanding Pages and Extents
Quote:
Here’s another one: SQL Server data structures
Quote: