Reputation: 28572
In SQL Server, are there some points on defragmenting indexes with LOBs? Such as text, ntext, image, varchar(max), nvarchar(max), varbinary(max), xml
.
Thanks.
Upvotes: 0
Views: 701
Reputation: 432261
Otherwise, nothing special
I'd consider doing a LOB_COMPACTION less frequently but both options comes down to your maintenance windows duration pretty much
Upvotes: 2