Triggers
How we can Write triggers in sql2008 and how we can used these triggers in ADO dotnet2012 c# code plz answer me with example.
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.
Mageshwaran RPosted Nov 22, 2019, 11:55 AM
Bharathi RajaPosted Jan 31, 2018, 5:34 AM
Shubham KumarPosted May 10, 2015, 2:54 AM
Triggers are special type of stored procedure that automatically execute when a DDL or DML statement associated with the trigger is executed.
just go through with this links
http://www.dotnet-tricks.com/Tutorial/sqlserver/OPUH170312-After-Trigger,-Instead-of-Trigger-Example.html
http://www.c-sharpcorner.com/UploadFile/37db1d/creating-and-managing-triggers-in-sql-server-20052008/