On each server, you can query the sysjobs table in the msdb. For instance: SELECT job_id, [name] FROM msdb.dbo.sysjobs;.
確定! 回上一頁