I am curious about thoughts on filtering feeds using the SQLRSS project on codeplex. For example, let's say that I have a single table that contains rows of logs from multiple applications and I want to expose multiple feeds from this single table based which application logged the data. I might have a column titled "Source", and what I want to do is explose all of the logs from Application A on one feed, and those from Application B on another.
SQLRSS currently assumes a one or more tables per feed model. It would be an interesting extension to define data sources, data feeds, and relationships between the two, along with the filtering you seem to be requesting.Bonnie Feinberg [MSFT] This posting is provided "AS IS" with no warranties, and confers no rights