2
Answers

How to create stored procedure to insert nvarchar data type?

Raghvendr Singh

Raghvendr Singh

13y
4.5k
1
Hello friends!
I want to insert nvarchar data type through Storedprocedure such as hindi,chiniese etc.
For example:
Insert into Users(Test)Values(N'some charactors'). This query is working fine but I am unable to do this through stored procedure.
Answers (2)