Trigger syntax in sql2000

Answer Posted / sandeep kharat

CREATE TRIGGER TriggerName ON TableName
AFTER Insert, Update, Delete
AS
Triger Code


and


CREATE TRIGGER TriggerName ON TableName
INSTEAD OF Insert
AS
Triger Code

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What r the asp.net list controls and difference between them?

730


Why session is necessary in web application?

719


Explain State management in asp.net

804


Is sql backend or frontend?

740


What is asp net objects?

711


What is the biggest disadvantage of “Other Return Types” in Web API?

1145


What is a swagger in web api?

781


How dataadapter.fill works?

748


How you can access the properties and controls of master pages from content pages?

721


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

743


I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?

1665


What is difference between cache and session?

690


Explain the code Access Security (CAS) in .net Framework?

964


Explain code snippet to register exception filters from controller?

813


What is rending process in ASP.NET?

817