improve.dk
Just another mindless drone looking for the perfect stack
posts - 220, comments - 475

SQL Server: SLOBs & LOBs


What is the size of the LOB pointer for (MAX) types like varchar, varbinary, etc?

Written on Monday, July 18, 2011 by Mark S. Rasmussen in SQL Server: Internals, SQL Server: SLOBs & LOBs

Learn about the different pointer types & sizes for (MAX) LOB data types - BLOB Inline Data, BLOB Inline Root and Textpointer.

No comments | Write first comment
 

Identifying complex columns in records

How do we distinguish a normal variable length column value from one containing a complex value like a row-overflow pointer, back pointer or a sparse vector?

No comments | Write first comment