What is the purpose of putting an 'N' in front of function parameters in TSQL?
- by Ben McCormack
What is the purpose of putting an 'N' in front of function parameters in TSQL?
For example, what does the N mean in front of the function parameter in the following code:
object_id(N'dbo.MyTable')