jgoodman00
Programmer
- Jan 23, 2001
- 1,510
We have many fields, which are combo boxes. The user can select either "Y" or "N". At the moment, the fields are set to char(50).
Is this the best data type for storing this result?
I imported some tables from access & it converts them to nvarchar.
Would this be more suitable?
What field length should this be set to?
Also, if we have a field which can be either "BRB", "RAK" or "RSP" how long should this field be?
James Goodman
j.goodman00@btinternet.com
Is this the best data type for storing this result?
I imported some tables from access & it converts them to nvarchar.
Would this be more suitable?
What field length should this be set to?
Also, if we have a field which can be either "BRB", "RAK" or "RSP" how long should this field be?
James Goodman
j.goodman00@btinternet.com