In SQL Server if I want to store Thanks work in a different language. Is it possible in SQL Server?
Yes we can do the same in SQL Server. For this we have to create NVARCHAR column of required
size and in data part we have to prefix data with ‘N’ character.
That’s It.
Enjoy Learning.
No comments:
Post a Comment