+1  A: 

I think the reason you're not getting recommendations is because you don't have 'SHOWPLAN' permissions on your database. Grant the user you're running the analyzer that access and try again.

Also, I see some "invalid object name" errors as well -- make sure the user you are running the analyzer as has the appropriate permissions to all of the tables involved.

Jonathan
Yeah, I discovered that as well. Which I fixed now. But I still get the 'Event does not reference any tables' followed by 'Replaced event blah blah'.
Svish
Hm... Tried it on some other heavier operations in my application and seems like it is working now, although I still get a bunch of those messages... *confused*. Oh well... I will accept your answer since you catched that SHOWPLAN stuff. Think that plus the heavier operation might have made the difference =)
Svish