SQL Server DBA Tutorial 125-How to Get the Detail of a Job Failure in SQL Server

preview_player
Показать описание
In this video you will learn how to find Job failure cause using SQL Server management studio as well as T-SQL Script. The video shows various options for storing Job history such as storing history in a file, Table or directing the output in Application Log.

Blog post link for the video with script

Complete Step by Step List for DBA Tutorial Videos:
Рекомендации по теме
Комментарии
Автор

Can you please help me in the below message :
The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION. [SQLSTATE 25000] (Error 3902) Mail (Id: 2763) queued. [SQLSTATE 01000] (Message 0). The step failed.

ayoforyou
Автор

Can you please let me know the Solution of this failure?
Message
The job failed. Unable to determine if the owner (abc) of job Test_Backup.Subplan_1 has server access (reason: Could not obtain information about Windows NT group/user 'abc', error code 0x6e. [SQLSTATE 42000] (Error 15404)).

meghamisra
Автор

Can you please tell my package is failed to execute in jobs(when automated) but it successfully executed on Visual studio as well as Integration Service Cateloge

MSAHD
Автор

Can SQL agent send an email if a job failed?

sdang