Example #1
0
 public void RunJob(string jobName)
 {
     SQLJobDac.Execute(jobName);
 }
Example #2
0
 public DataTable Retrieve(string jobName)
 {
     return(SQLJobDac.Retrieve(jobName).Tables[0]);
 }