How to monitor SQL Server Agent Job info in C#
I need to create an application for monitoring SQL Server 2000 Agent Job status and info when Job occur same as show on Windows application event log. Now I connect to the database already via a connection string, but I don't know how to get the status and info from Job. I need to show status and info on Textbox. What do you suggestion how to do. Developer tools : MS SQL Sever 2000 SP4 MS Visual Studio 2008 (C#) I am a rookie programmer. i can do this already... i select form table "Sysjobserver" in database "msdb" for read status, date, time of job that i want. use this code public void