I inherited a table with about 40 columns and about 1400 rows. Unfortunately, the original designers didn't include an identifiable PK in the table so I'm assuming they used a natural key with a combination of 4 or 5 columns. However what those columns are are unknown.
Is there any easy way to determine this or do I need to sit down and start trying to reduce it via select statements?