Quantcast
Channel: SQL Server Manageability forum
Viewing all articles
Browse latest Browse all 1519

Possible for using profiler for creating workload for Database Engine Tuning Advisor in case of SSRS reports

$
0
0

I have SSRS reports with each 5 parameters. Parameter datasets includes statements like WHERE @CategoryKey
I have 20 tables in SQL Server. We don't have OLAP cube.
I have created SQL Server Profiler trace. I have clicked all reports during process.

I have opened Database Engine Tuning Advisor.
 I have selected all tables to Tune.
 Tuning options are Indexes/No Partitioning/Keep all existing PDS

Result is following:
 14% improvement
 10 recommendations (8 statistic for Calender table and 2 index for Calender)

Tuning logs:
S008 exec sp_executesql N'  LongSQLStatment including IN (@CategoryKey) Event does not reference any tables
S007 Replaced event exec sp_executesql

My question is that why I did not get any recommendations for other tables that Calender?
Could it be because of SSRS parameters like @CategoryKey?

Is it possible at all to use SQL Server profile for creating workload in case of SSRS reports with parameters?

I have tables and reports like ProductSales, which I suppose should be get indexedbecause of WHERE statements.
 I have where statement like Month and Category and Color.


Viewing all articles
Browse latest Browse all 1519

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>