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 |
Explain what is clr?
Explain the differences between clr & cts?
What is the function of the ViewState property?
What is inproc mode in session?
How can you handle unmanaged code exceptions in asp.net?
What is view state? where it stored? can we disable it ?
What are early binding and late binding.
What are Master Pages in ASP.NET? or What is a Master Page?
Interface have Default Modifier Is 'Public'.Where We Will Use The KeyWord In Interface?
3 Answers Phoenix Technologies,
What are the Types of session management in ASP.NET
What is a Metadata?
State differences between MVC and WebAPI