How to check SQL Server Agent is running

  • I have biult an application in VB .Net which creates job schedules in backend.For this SQL Server Agent should be running. How can i check whether SQL Server Agent is running and if not, start SQL Server Agent using code. I'm using MSDE 2000 as backend.

    Thanks in advance

    hari

  • I would use VB services ActiveX component and query the service status and start it if need be.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply