I want to know concept of after trigger in SQL server 2012.
Thank you.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sukesh MarlaPosted Aug 24, 2012, 8:01 AM
We can attach more than one after trigger to a single Sql Table and
they will be fired in response to DML Statements.
where as instead of triggers will be fired instead of DML statements and only one instead of trigger can be attached per table
Hope this helped check this is correct answer if it helped