| |
GeekInterview.com > Interview Questions > Database > SQL Server
| Print | |
Question: Can we generate a trigger for two tables? if so what is the query to generate a trigger for two tables employee table and department table with employee having department no.
|
| August 08, 2007 14:43:26 |
#5 |
| mehmet eser |
Member Since: Visitor Total Comments: N/A |
RE: Can we generate a trigger for two tables? if so wh... |
| create two triggers that call the same stored procedure.... pass the new and old arguments to the procedure. |
| |
Back To Question | |