I would like to insert 500 000 characters to sql server single cell. But, I can't insert more than 43679 characters to single cell.
I tried to create table:
create table sample1(name nvarchar(max)
create table sample2(address ntext)
But I didn't succeed
The issue does not come from the column type:
The issue seems to be when you get the data. If you are copy/pasting, just paste in a notepad to see if your data is complete.
Note that there is a known issue when you copy/paste in Grid Mode with SSMS 2008+:
So you could install SSMS 2005 or see if the workarounds listed here could fit your requirements:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With