SQLServer Job

  • dear all

    Plz Help quickly

    i want to creat ajob update value in atable in database

    example :

    update Mytable set Status=0 where Mydate < getdate() ;

    ---------------

    i want to create ajob to run this query

    thanks

  • You can use SQL server agent, right click and add a new job and schedule to run on your preferred time 🙂

  • thanx alot

    i have done it

    1- add new job

    2- add new step or more steps (write command)

    3- add new schedual

    4- finish and start job

    it works perfect

    thanks again for your interest

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply