Hi Friends
create table t
(
msg nvarchar(max)
)
here msg=20000 character.
when i select * from t it return only 8000 how i can get all character.
Hi Friends
create table t
(
msg nvarchar(max)
)
here msg=20000 character.
when i select * from t it return only 8000 how i can get all character.