Using Trigger in SQL Server 2005

  • The inserted table has the same structure as the table the trigger is on, but only has the rows have been changed. Hence you would probably use it in place of RateLog in the trigger.

    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
  • Ya those exemples are harder to fin in the documentation (not in create trigger, but burried deep in a link).

    http://msdn.microsoft.com/en-us/library/ms190752(v=SQL.90).aspx

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

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