Hi folks, I'm pretty new to SQL server and have a few easy questions. I'm setting up a table in which a text field will always be 8 characters long. What, if any, storage size impact would occur using char(8) vs. varchar datatypes?
Also, what is the difference between nvarchar and varchar datatypes?
Additionally, I perused the datatypes in enterprise manager and didn't come across any boolean types. Will I have to define one for this purpose?
Also, what is the difference between nvarchar and varchar datatypes?
Additionally, I perused the datatypes in enterprise manager and didn't come across any boolean types. Will I have to define one for this purpose?