Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

by what size will nvarchar(max) column get stored in LOB_DATA allocation unit?

$
0
0
I have a table defined as follows:
[code language="sql"]
CREATE TABLE [TestTable]
(
  Col1 INT IDENTITY PRIMARY KEY,
  Co

Viewing all articles
Browse latest Browse all 3145

Trending Articles