i am using sql and i want to load data in datatype of varchar which is more than 255 what the idea to do that
Loading
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.
Rafnas T PPosted Feb 27, 2017, 7:26 AM
Nitin SontakkePosted Feb 27, 2017, 7:25 AM
Carlos kambuiPosted Feb 27, 2017, 7:23 AM
Rafnas T PPosted Feb 27, 2017, 7:20 AM
ALTER COLUMN column_name nvarchar(Max) -- if you dont know how much data will come later
ALTER COLUMN column_name nvarchar(500) --as much you required
Nitin SontakkePosted Feb 27, 2017, 7:15 AM
Rafnas T PPosted Feb 27, 2017, 7:14 AM
Nitin SontakkePosted Feb 27, 2017, 7:14 AM