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 |
What are validator? Name the validation controls in asp.net?
Should I delete cookies?
What is http post and http get?
What are the differences between code behind and code inline?
When cookie will expire?
Why viewstate is used in asp.net?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
What are validator? Name the Validation controls in asp.net? How do u disable them?
Can session variables be accessed from code-behind?
What base class do all Web Forms inherit from?
Which template must you provide, in order to display data in a Repeater control?
What r new things introduced in ASP.NET 2.0 in comparision to ASP.NET 1.1
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)