I guess the answer is no, but I'm asking anyway: SQL Server 2005 and later supports the implementation of live views on queries through the service broker mechanism. The .NET class SqlDependency uses this facility. SQL Server CE doesn't support it.
I'm wondering: If there's any edition of SQL Server I'd want to have live views on queries, it's going to be CE, isn't it? After all, that's the one I will most likely want to run a responsive, interactive GUI against. Is there an alternative mechanism to implement live views on queries with CE or do have make due with polling?