How to write for trigger

  • Hi All,

    i am using sql server 2005

    how to write trigger for each day when time is 1AM then automatically fire on my table then select the only present date to above.

  • Triggers fire when some data in the table is changed. If you need something that runs at a certain time of the day, you need a SQL Agent job.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

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