I am storing some Unicode data(text) in sql server in table definition i have nvarchar(max)
which I guess have capacity to store 2^31
characters.
When I store 696829 Unicode characters it saves only 43 thousands(43679) characters only.
I am storing some Unicode data(text) in sql server in table definition i have nvarchar(max)
which I guess have capacity to store 2^31
characters.
When I store 696829 Unicode characters it saves only 43 thousands(43679) characters only.