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
Comments
Post a Comment