Hello.
Is there a way to use a stored procedure as datasource instead of a view or table or Select statement?
I use at the moment a query on two tables (UNION) which has an inner join on another table. The speed is not really breathtaking, thus I wanted to use a stored procedure where I can perform all the timetaking steps already on the SQL server.
Regards
Klaus