I think agile flavor of UML (e.g. quick white board sketch) is quite successful than the waterfall flavor of UML (e.g. elaborate diagram with all gory detail for documentation, code generation, etc to make the document savvy managers happy. Oops sorry I got carried away a bit there. :)
UML is still quite useful to explain a design to someone else. I wonder how would you teach someone composite pattern without a simple class diagram (that is, after you are done with those interesting analogies).
Even when doing solo, if I had to understand a project with classes littered all over the place and with no good enough documentation, a few hand-drawn class diagrams and sequence diagrams really would get me going.
We are also quite successfully using UML for our database schema. 'Are there any better ways?' would be separate question.