SpiderBear6
Programmer
Need expert advice...
How few characters should a varchar go? For example, if I had a field which would had a maximum of 12 characters in it.. would it be better for performance to make it a char(12) or a varchar(12)?
--------------------------------------
"We are star-stuff. We are the universe made manifest trying to figure itself out."
-- Delenn in Babylon 5 - "A Distant Star"
How few characters should a varchar go? For example, if I had a field which would had a maximum of 12 characters in it.. would it be better for performance to make it a char(12) or a varchar(12)?
--------------------------------------
"We are star-stuff. We are the universe made manifest trying to figure itself out."
-- Delenn in Babylon 5 - "A Distant Star"