It seems to me like the support for Parametrized Queries is severely lacking. If you choose to go the route of using an sqldataAdapter with parameters you can no longer use the table or cross-tab wizards and most of the report has to created by hand.
As far as I can see the performance difference between using a filter to select certain data over using a parameter in the sql query is minimal, but I am test on such a small scale I don't know if it will truly make a difference.
I need to know how the filters work. I assume that the query pulls all of the data into the dataset and then the filter selects the needed data from that. This seems very inefficient to me because we are pulling a large amount of data from the DB then grabbing the small chunk we need and throwing the rest away. While a PQ will only pull the data you need from the DB, eliminating the need for a secondary filter.
Is this how it works, if so that just seems silly to me that there is such lacking support for PQ's in the designer.
As far as I can see the performance difference between using a filter to select certain data over using a parameter in the sql query is minimal, but I am test on such a small scale I don't know if it will truly make a difference.
I need to know how the filters work. I assume that the query pulls all of the data into the dataset and then the filter selects the needed data from that. This seems very inefficient to me because we are pulling a large amount of data from the DB then grabbing the small chunk we need and throwing the rest away. While a PQ will only pull the data you need from the DB, eliminating the need for a secondary filter.
Is this how it works, if so that just seems silly to me that there is such lacking support for PQ's in the designer.