Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.61 KB

view-collection-set-logs-sql-server-management-studio.md

File metadata and controls

42 lines (29 loc) · 1.61 KB
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic helpviewer_keywords
View collection set logs (SSMS)
View collection set logs in SQL Server Management Studio.
MashaMSFT
mathoma
randolphwest
12/28/2023
sql
supportability
conceptual
logs [SQL Server], viewing
collection sets [SQL Server], viewing logs

View collection set logs (SQL Server Management Studio)

[!INCLUDE SQL Server]

You can view all the collection set logs or individual collection set logs from [!INCLUDE ssManStudioFull].

View collection set logs

  1. In Object Explorer, expand the Management folder.

  2. Right-click Data Collection, and then select View Logs.

    This opens the Log File Viewer.All the log files for each collection set are listed and preselected under the Data Collection node in the viewer.

  3. To view specific collection set logs, clear the check box next to each collection set whose log you don't want to view. The log information for that collection set is removed from the Log File Viewer details pane.

View a specific collection set log file

  1. In Object Explorer, expand the Management folder, and then expand Data Collection.

  2. Right-click the collection set whose log you want to view, and then select View Logs.

    The Log File Viewer opens, displaying only the log file for the collection set that you selected.

Related content