Hi,
We're loading xml into a varchar field, but we're running into an 8k row limit. I understand that this is a constraint of SQL Server 2k, but are there any ways around this. I've heard that we may be able to use Blobs or to use the Text/Ntext datatypes.
Can anybody provide some insight?
We're loading xml into a varchar field, but we're running into an 8k row limit. I understand that this is a constraint of SQL Server 2k, but are there any ways around this. I've heard that we may be able to use Blobs or to use the Text/Ntext datatypes.
Can anybody provide some insight?