Call SQL Agent JOB from Procedure | SQL Job through procedure | SQL Agent job Automation

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024
  • This video talk about
    Call SQL JOB from Procedure
    what is sql agent
    scheduling sql queries in sql agent
    agent in sql
    SQL Job through procedure
    procedure with sql job
    how to automate sql job
    sql job automation
    scheduling sql job
    Scheduling SQL Server Jobs with SQL Agent
    stored procedure to create job
    Part sql server interview questions
    sql server agent interview question

Комментарии • 9

  • @caseykawamura8718
    @caseykawamura8718 Год назад +1

    Thank you! I have been trying to call the job directly from my .Net application instead of calling a stored procedure. I wish I knew it was this simple, it would have saved me a lot of time.

  • @Sthriven
    @Sthriven 7 месяцев назад

    If I have a stored procedure, is there any way I can call that stored procedure instead of writing all of that code into the t-sql box?

  • @ramanachandaka629
    @ramanachandaka629 2 года назад

    For starting/running the job, I think the query looks good. But can we have some query to know the status for the job whether it got successful or failed? Please help me as I am looking for the same.

  • @nareshshah2094
    @nareshshah2094 Год назад

    How can I execute agent job from the runbook in Automation of Azure?

  • @prabodhamanoranga4659
    @prabodhamanoranga4659 5 лет назад

    i created job with sp, i want to pass a parameter for the created job's Sp . can i do this in another sp? 10.49

  • @tejaskothari9721
    @tejaskothari9721 5 лет назад

    how can i install sql agent

    • @Training2SQLMSBI
      @Training2SQLMSBI  4 года назад

      Hope by default(if not check the check box while installation) you will get with SQL Server installation ..
      once installed please start the agent..

    • @ehioze1000
      @ehioze1000 4 года назад

      if you dont have it, then maybe u installed the express edition which it does not come in by default