Viewing 6 posts - 1 through 7 (of 7 total)
Yes, but I have a restriction about this; I just can manage 5 nvarchar sizes for the current project:
S: 30, M:50, L:100,XL:250,XXL:2000, it’s a standard.
This column is not a FK,...
November 19, 2008 at 1:49 pm
Sorry , I forgot the example
LanguageId CodeDescriptionFrDescriptionEn
195 de NULL ...
November 19, 2008 at 1:00 pm
I want to know if I use this nvarchar column in sql queries, to identify the rows, has performance problems
Thanks!
November 19, 2008 at 12:56 pm
My table primary key is an int and it is a identity field, for this reason I using another column to identify the rows.
Some thing like this:
Table: Language
Columns:
...
November 19, 2008 at 12:52 pm
Viewing 6 posts - 1 through 7 (of 7 total)