In almost every project I have worked on, I have needed the list of US states in a format to insert into a database. I am finally tired of recreating this list, and posting it for future use... create table USStates(USStateCd char(2) not null, USStateName...