```json
{
    "title": "Stupidity at two levels",
    "url": "https://performancezen.com/2005/01/05/stupidity-at-two-levels/",
    "datePublished": "2005-01-05",
    "dateModified": "2005-01-05",
    "language": "en-US",
    "description": "Ok, I did two very stupid things yesterday. Left the power supply for my laptop at home Dropped a Unique Index on my database log table and ended up with…",
    "author": "spierzchala",
    "publisher": "Performance Zen"
}
```

# Stupidity at two levels

Ok, I did two very stupid things yesterday.

Left the power supply for my laptop at home
Dropped a Unique Index on my database log table and ended up with a huge number of dupes in the table. Spent two hours teaching myself how to rebuild the table without the dupes.
Ok, so I know a lot more about indices and how they work now.
