Programatically generate SqlServer JobSchedule

sureshcd10

Well-known member
Joined
Dec 25, 2003
Messages
77
I wanted to programmatically create SqlServer JobSchedule
The job is to copy data from a particular table in one Database to another table in another DataBase
User should be able to Schedule/modify Date and Time on which a job is to be executed is to be configured through a UI Screen (WebForm.aspx)

I am using VSStudion2003 ,ASP.net with VB.net with SQL2000 as database :confused: :confused:
 
Back
Top