how to create before update trigger in sql server 2005

Posted by nectar on Stack Overflow See other posts from Stack Overflow or by nectar
Published on 2010-06-16T09:45:23Z Indexed on 2010/06/16 10:52 UTC
Read the original article Hit count: 221

Filed under:
|

Is there anyway where I can create a trigger which will execute before the update/delete takes place( and then the actual update/delete takes place)? and how can I drop a trigger from a table?

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about triggers