View Full Version : N'Post'


accessman2
04-23-2007, 08:54 AM
Hi,

When I input the criteria in the View, it will show N before the word, what's that mean?

SQL_Hell
04-24-2007, 04:31 AM
Hi there,

It does that by default because you may be using a unicode column such as nvarchar, if you are not using a unicode column then just delete the N manually.

Personally I wouldn't use the query designer, just use T-sql in query analyzer