Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.68 KB

File metadata and controls

41 lines (36 loc) · 1.68 KB
title dbo.sysjobstepslogs (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology system-objects
ms.topic language-reference
f1_keywords
dbo.sysjobstepslogs_TSQL
sysjobstepslogs_TSQL
sysjobstepslogs
dbo.sysjobstepslogs
dev_langs
TSQL
helpviewer_keywords
sysjobstepslogs system table
ms.assetid 128c25db-0b71-449d-bfb2-38b8abcf24a0
author stevestein
ms.author sstein

dbo.sysjobstepslogs (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md]

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)