How to get Job details in SQL server?

 

EXEC msdb.dbo.sp_help_job @Job_name = 'Job Name'


0 Comments