Friday, 5 April 2019

Save & Retrieve Hindi, Marthi Content in Sql Server database


declare @str nvarchar(100)=N'मै, तुम, हम, वे , इन्होने , अपने , पराये'

select (@str)
Insert into test(TextName) values (@str)
----------where N is the Nvarchar value >> N = NVARCHAR
----------and field datatype should be nvarchar(max)




         

No comments:

Post a Comment

How to highlight selected text in notepad++

  –> To highlight a block of code in Notepad++, please do the following steps step-1  :- Select the required text. step-2  :- Right click...