Is there any way to update SQL Server job step command text using C# -


I have some tasks in a SQL Server 2000 agent.

Now I just need to update the step command text .

Is there any way to do this from behind the code?

Yes you can do so in your server's msdb database There are stored procedures. SQLAgentReaderRole

  • SQLAgentOperatorRole
  • / Div>
  • Comments

    Popular posts from this blog

    sqlite3 - UPDATE a table from the SELECT of another one -

    c# - Showing a SelectedItem's Property -

    javascript - Render HTML after each iteration in loop -