Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 2.74 KB

File metadata and controls

35 lines (30 loc) · 2.74 KB
title Server properties (Logging page)
description Learn how to use the options on the Reporting Services page in SQL Server Management Studio. You can learn how to set limits on the report execution data that the report server collects.
ms.date 09/25/2024
ms.service reporting-services
ms.subservice tools
ms.topic concept-article
ms.custom
updatefrequency5
f1_keywords
sql13.swb.reportserver.serverproperties.logging.f1

Server properties (Logging page)

Use this [!INCLUDEssRSnoversion_md] page in [!INCLUDEssManStudioFull_md] to set limits on the report execution data that the report server collects by a report server. Execution data is stored internally in the report server database. You can track report activity for report server that runs in native mode or SharePoint integrated mode. If the report server is part of a scale-out deployment, the report execution log maintains a record of all report activity for the entire deployment in a single log file.

To open this page:

  1. Start [!INCLUDEssManStudioFull]
  2. Connect to a report server.
  3. Right-click the report server name and select Properties.
  4. Select Logging to open this page.

Options

Enable report execution logging
Select to create and store information about report activity on the server. If this option is enabled, the report server tracks which reports are used. It also tracks the frequency of report processing, the type of report operation that was performed, the output format, and who ran the report. For more information about other data points that are captured in the log, see Report Server ExecutionLog and the ExecutionLog3 View.

Remove log entries older than this number of days
Specify the number of days after which log entries are trimmed from the report execution log. The default value is 60 days.

Related content