Reputation: 3527
I have seen many SP like:
SET @SQLString = N'SELECT @max_titleOUT = max(JobTitle)
FROM AdventureWorks2012.HumanResources.Employee
WHERE BusinessEntityID = @level';
What exactly does that N mean?
Upvotes: 6
Views: 5855