I have SQL Server 2008R2 and SSRS on SharePoint mode. There are no SSAS with OLAP cube.
Report data are imported with SSIS during night. Service hours of Report system is 7:00-21:00 and usually there are data updates during the service hours.
I have maybe 10 tables and they each have 10-20 columns and number of total row is 10'000-100'000.
I have 20 different reports and there are 20 users for reports. Reports have 4 parameters with dropdown. SQL statements includes 3-5 table JOIN.
Reports mainly list rows with SELECT statement with WHERE. Some of reports have Count and SUM.
HOW TO CHOOSE RIGHT INDEXING?
ANY TIPS WHAT TO DO?
Kenny_I