Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.51 KB

File metadata and controls

38 lines (33 loc) · 1.51 KB
title dbo.sysjobstepslogs (Transact-SQL)
description dbo.sysjobstepslogs (Transact-SQL)
author VanMSFT
ms.author vanto
ms.date 03/14/2017
ms.service sql
ms.subservice system-objects
ms.topic reference
f1_keywords
dbo.sysjobstepslogs_TSQL
sysjobstepslogs_TSQL
sysjobstepslogs
dbo.sysjobstepslogs
helpviewer_keywords
sysjobstepslogs system table
dev_langs
TSQL

dbo.sysjobstepslogs (Transact-SQL)

[!INCLUDE SQL Server]

Contains the job step log for all [!INCLUDEssNoVersion] Agent job steps that are configured to write job step output to a table. This table is stored in the msdb database.

Column name Data type Description
log_id int ID of the job step log.
log nvarchar(max) Job step log contents.
date_created datetime Date and time that the job step log was created.
date_modified datetime Date and time that the job step log was last modified.
log_size int Size of the job step log in bytes.
step_uid uniqueidentifier Unique identifier of the job step.

See Also

sp_help_jobsteplog (Transact-SQL)
sp_delete_jobsteplog (Transact-SQL)