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.
Sorry for wasting people's time