Hi,
I can use my SP as a select statement (because it is actually is one), but I'm wondering if there is any way to further processing it, add more filtering to the returned rows, using aggregation, etc.
I believe simply using SP like using a view will fail. But, any way to make it work somehow?
Thanks