Table 1 (1.3 million rows): Primary key is comprised of three colums (customer, date, item) and I have set this up as a clustered index. There is also a salesperson field that is not indexed (yet).
Table 2 (50,000 rows): Primary key is comprised of two columns (salesperson, customer). These...