Quantcast
Channel: CodeSection,代码区,SQL Server(mssql)数据库 技术分享 - CodeSec
Viewing all articles
Browse latest Browse all 3160

Speed up Reports for MS SQL Server 2014 Reporting Services SSRS and Access Log I ...

$
0
0
Speed up Reports for MS SQL Server 2014 Reporting Services SSRS and Access LogInformation Posted: October 27, 2016 | Author: Jingyang Li | Filed under: Uncategorized | Leave a comment

There are a few configuration values can be changed to improve long running reports.

SQLServer 2014: \Program Files\Microsoft SQL Server\MSRS12.mssqlSERVER\Reporting Services\ReportServer\rsreportserver.config

Updated to:

― https://www.mssqltips.com/sqlservertip/2197/how-to-speed-up-ms-sql-server-reporting-services-ssrs-on-first-run/

https://msdn.microsoft.com/en-us/library/ms157273(v=sql.120) .aspx

Check Trace log file :

The trace log files are ReportServerService_.log and are located in the following folder:

C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\LogFiles

Read log information from ExecutionLog3 view

T-SQL

Use ReportServer

select * from ExecutionLog3

Order by TimeStart DESC

https://msdn.microsoft.com/en-us/library/ms159110(v=sql.120) .aspx


Viewing all articles
Browse latest Browse all 3160

Trending Articles