I'm using SQL Server 2000 Enterprise Manager. I'm having trouble with storing some data in a column. The column has a data type of nvarchar, with a length of 4000, which I've now learned is the max length you can have.
I need to store data in the column that is longer than 4000 characters...is there a way to increase the size? Or is there another way to store it?