Hi All,
When an end user view a report using report manager or a custom build web site, would query of the report scan the tables in original data base In this case it is a OLTP data base.
Thanks
SQL Server Reporting Services
Hi All,
When an end user view a report using report manager or a custom build web site, would query of the report scan the tables in original data base In this case it is a OLTP data base.
Thanks
That depends on the design of your table and your query.
Reporting services just submits the query to the relational database engine. It's the databse engine that's responsible for deciding on how it returns the data to reporting services.
How can I make sure when somebody views a report, it does not scan tables of the data base If I use remote mode in report viewer, can i achieve this
Thanks
Like I said, that it totally dependent on the design of your table and your query e.g. the indexes on the table and the where clause of your query.
This really is a database question and not a reporting services question.