We have a form that has multiple fields of different data type, including string, datetime and numbers.
Our customer want to be able to write N/A (Not Applicable) in any of these fields, as well as being able to leave it blank.
Does someone has an idea on how I should design my Sql Server table so it can support a value, NULL or N/A?
We are using Sql Server 2008.