what does ‘N signifies?
For Ex exec dbo.addempdetails @ename=N’Radhika’
what does ‘N signifies before the ename…? Is it mandatory or optional?