abdshall
IS-IT--Management
- Mar 14, 2008
- 3
Hello all
I'm a Junior SQL programmer and I have a question about adding the N in front of some declarations.
For example,
SET @db_id = DB_ID(N'AdventureWorks');
What is the N used for and when do I need to add it?
Thank you
I'm a Junior SQL programmer and I have a question about adding the N in front of some declarations.
For example,
SET @db_id = DB_ID(N'AdventureWorks');
What is the N used for and when do I need to add it?
Thank you