Trigger syntax in sql2000



Trigger syntax in sql2000..

Answer / 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

More ASP.NET Interview Questions

when the threads are used in dot net.

2 Answers  


What is bound controls

0 Answers   MCN Solutions,


What is customer control and user control?

1 Answers   Perot Systems,


Explain about asp.net 2.0 themes?

0 Answers  


Describe SOA and the tenets of it?

0 Answers   Siebel,


what is uncle aunty file

1 Answers  


Project Architecture (3tier, n-tier)

1 Answers   Syntel,


What is the difference between Proxy and Contract?

1 Answers  


How many types cache in asp net?

0 Answers  


How ViewstateMac works?

0 Answers   CGI,


What is round trip in asp.net?

0 Answers  


Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?

0 Answers  


Categories