Multi table Triggers SQL Server noob
Posted
by Chin
on Stack Overflow
See other posts from Stack Overflow
or by Chin
Published on 2010-04-12T04:48:50Z
Indexed on
2010/04/12
5:03 UTC
Read the original article
Hit count: 210
sql-server-2005
I have a load of tables all with the same 2 datetime columns (lastModDate, dateAdded). I am wondering if I can set up global Insert Update trigger for these tables to set the datetime values. Or if not, what approaches are there?
Any pointers much appreciated
© Stack Overflow or respective owner