If you're using upc codes what data type did you select?
I need to store a ucc 12 code which is a 12 digit number and leave open the possibility that the system will need to expand to 14-digit GTIN.
The numeric types cant handle leading zeros which upc codes might have so am I stuck with varchar?