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

What are validator? Name the validation controls in asp.net?

1 Answers  


Should I delete cookies?

1 Answers  


What is http post and http get?

1 Answers  


What are the differences between code behind and code inline?

1 Answers  


When cookie will expire?

1 Answers  


Why viewstate is used in asp.net?

1 Answers  


How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?

1 Answers   CTS,


What are validator? Name the Validation controls in asp.net? How do u disable them?

2 Answers  


Can session variables be accessed from code-behind?

2 Answers   Microsoft, RMS,


What base class do all Web Forms inherit from?

9 Answers  


Which template must you provide, in order to display data in a Repeater control?

3 Answers  


What r new things introduced in ASP.NET 2.0 in comparision to ASP.NET 1.1

1 Answers  


Categories