I have a large table with company IDs, salesman IDs, product IDs, transaction dates and units bought. All the previous data except for
transaction dates (datetime) are integers. I have no unique identity on the table.
Additionally, my data are not sorted in any way in the table/
When I try to see all the table it takes around 1 minute. Where should I put my indexes and should they be clustered or non-clustered to get
better performance?
Start Free Trial