shamen


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





Re: tabel scan

Adam Tappis - IMGroup


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.







Re: tabel scan

shamen

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







Re: tabel scan

Adam Tappis - IMGroup

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.