Sql-server – SQL Server Management Studio Agent Jobs List View

sqlsql serverssms

I've recently moved from using SQL 2000 Enterprise Manager to SQL 2008 R2 Management Studio.

I am administering the SQL Agent Jobs of a remote SQL 2000 Server and need to find the Next Run details of several of the Jobs.

In Enterprise Manager when selecting the Jobs node of the tree view, all the jobs are listed in a grid which includes the Next Run Date.

In Management Studio the jobs are listed in the tree view and I can find no way of accessing the Next Run info.

I have tried the Object Explorer Details view but this only includes Name, Status and Policy Health State columns.

Is there any way to view this info in SQL Management Studio?

Best Answer

Did you try the Job Activity Monitor under SQL Server Agent?