i am using the column varchar.After that also i am facing same error in storing imagepath
Loading
i am using the column varchar.After that also i am facing same error in storing imagepath
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nirmal DayalPosted Jul 22, 2021, 7:38 AM
Anupam MaitiPosted Jul 22, 2021, 7:19 AM
Surya KPosted Jul 22, 2021, 6:37 AM
You can use NVARCHAR(MAXIMUM_LENGTH).
Since NVARCHAR uses 2 bytes per character, that's approx. 1 billion characters can be stored.
The max size for a column of type NVARCHAR(MAXIMUM_LENGTH) is 2GB of storage.
Sachin SinghPosted Jul 22, 2021, 6:35 AM
Rajanikant HawaldarPosted Jul 22, 2021, 5:25 AM