If CUSIP is defined as
A CUSIP is a 9-character alphanumeric code which identifies a North American financial security for the purposes of facilitating clearing and settlement of trades.
then what type should I set it as in my SQL Server database? Are there any considerations I need to take into account?
varchar(9)on theCUSIPfield – bluefeet Dec 3 '12 at 18:11