I was testing out some ASP.Net features and got SQL cache dependencies working just fine with SQL 2000. However, I wanted to see the new features of SQL 2005 using query notification to get immediate cache invalidation without polling the database. I...