Hi Guys,
I have a report with one tablix and 6 charts (column,pie-may increase further). I use datasets for all these chart objects to load data for the reports. I only use 2 tables from which I get data from. One table has 252190 rows and this will increase monthly. I get the charts to load depending on user selection of a company. There are around 1000 companies.
Now the report takes a long time to load and I am not sure why this is. One of my table (with 252190 rows) does not have any primary keys defined. I cannot find any columns that will uniquely identify a row. Because this is a snapshot from a external vendor. I tried creating indexes recommended by the Databse Engine Tuning Advisior.
Is the charts on the report making it slow?
Any recommendations to make the response time faster?
Thanks
Lucki