AlbanianvBproffi
New Member
I'm a rookie when it comes to XML data.I currently have a database with xml data being stored in a \[code\]ntext\[/code\] column and this database appears to be taking up too much space. I'm trying to improve the way the data is stored, to reduce the overall size of the DB.The way I see it, I have two options:
- \[code\]nvarchar(max)\[/code\]
- \[code\]xml\[/code\]