sql server triggers

  • Hi, I want to ask about the possibility to use an sql trigger that fires and event when a specified time passes , i mean a time-driven trigger , is that possible , and if it's possible i need some link describes how it's done

    thanks...

  • You probably want to set up a SQL Agent job. Triggers are not time driven, but event driven.

    Would a job solve your issue?

    -- Gianluca Sartori

  • Actually i'm a beginner with SQL , however i've just seen how agent jobs work,

    that seems like what i need,

    it's important to say that all i need is to update some values in some tables on a specific time..

    so i'll continue with agent jobs i think..

    Thanks alot.....

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

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