Multi table Triggers ms sql 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 4:53 UTC
Read the original article Hit count: 208

Filed under:

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

Related posts about sql-server-2005