nvarchar(max)
Although I can find little information about it, nvarchar(max) is one of my favourite features, to-date, of SQLServer 2005. (It's not a LOB, it's a Large Value Datatype!)
random ramblings of a bearded man
Although I can find little information about it, nvarchar(max) is one of my favourite features, to-date, of SQLServer 2005. (It's not a LOB, it's a Large Value Datatype!)
at
13:28
Labels: programming, sql
1 comment:
Great! And it looks like they've done got rid of that stupid 8060 bytes per row limitation too. I need to upgrade NOW.
Post a Comment