- Moderator
- #1
I've seen this on a couple of code snippets....
Now for my stupid question:
What is the "N" before the string delimiters??
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg
Code:
EXEC @return_value = [dbo].[GetHistorianDataByField]
@InputColumnName = N'[PI353005]',
@StartDate = N'2008-01-01 00:00:00',
@EndDate = N'2009-01-01 00:00:00'
Now for my stupid question:
What is the "N" before the string delimiters??
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg