July 5, 2010 at 2:50 am
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...
July 5, 2010 at 2:57 am
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
July 5, 2010 at 4:04 am
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