all groups > sql server new users > november 2004 >
You're in the

sql server new users

group:

triggers



triggers ayordy
11/30/2004 5:13:05 PM
sql server new users:
Re: triggers Mike Epprecht (SQL MVP)
12/1/2004 1:22:53 PM
An Update to data in a table fires an Update Trigger.

In the Update Trigger, you have access to the virtual tables INSERTED and
DELETED. Those 2 tables represent the data before and after the update
statement occurred.

Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland

IM: mike@epprecht.net

MVP Program: http://www.microsoft.com/mvp

Blog: http://www.msmvps.com/epprecht/

[quoted text, click to view]

AddThis Social Bookmark Button