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 |
when the threads are used in dot net.
What is bound controls
What is customer control and user control?
Explain about asp.net 2.0 themes?
Describe SOA and the tenets of it?
what is uncle aunty file
Project Architecture (3tier, n-tier)
What is the difference between Proxy and Contract?
How many types cache in asp net?
How ViewstateMac works?
What is round trip in asp.net?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?