Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How many types of TRIGGERS are there in MS SQL Server?

Answers were Sorted based on User's Feedback



How many types of TRIGGERS are there in MS SQL Server?..

Answer / swetha

There are 2 types of triggers

Insted of trigger:
Instead Of Trigger fires an operation instead of performing
user specified operation.


After trigger: After Trigger fires an operation after any
insert,update,delete operations performed on a table.

Is This Answer Correct ?    68 Yes 13 No

How many types of TRIGGERS are there in MS SQL Server?..

Answer / anand

3 types of triggers
FOR/AFTER
I)DML Triggers
II)DDL triggers -introduces in SQL Server 2005
Instead OF triggers
LOGON Triggers -introduces in SQL Server 2005

DDL and LOGON are used to administrator related tasks

Is This Answer Correct ?    33 Yes 8 No

How many types of TRIGGERS are there in MS SQL Server?..

Answer / yugal

SQL Server 2008 includes three general types of triggers:

1)DML triggers
2)DDL triggers
3)Logon triggers.

Is This Answer Correct ?    26 Yes 5 No

How many types of TRIGGERS are there in MS SQL Server?..

Answer / devipriyanka

Types of Triggers

* DML(data manipulation language) triggers (SQL Server
2000- 80.0)
o AFTER triggers (Only Tables)
o INSTEAD OF triggers (Tables or Views)
* DDL(data definition language) triggers (SQL Server
2005- 90.0)
* SQLCLR triggers (SQL Server 2005- 90.0)

Is This Answer Correct ?    13 Yes 4 No

How many types of TRIGGERS are there in MS SQL Server?..

Answer / balaji

which one is correct?
ISthis DML,DDL,CLR or Instead of trigger, after trigger

Is This Answer Correct ?    15 Yes 9 No

How many types of TRIGGERS are there in MS SQL Server?..

Answer / rajkumar v

SQLserver2000
There are 2 types of triggers

Insted of trigger:
Instead Of Trigger fires an operation instead of performing
user specified operation.


After trigger: After Trigger fires an operation after any
insert,update,delete operations performed on a table.

SQLserver2005

3 types:

1. DML,
2. DDL &
3. CLR

Is This Answer Correct ?    10 Yes 4 No

How many types of TRIGGERS are there in MS SQL Server?..

Answer / touhid

3

Is This Answer Correct ?    2 Yes 2 No

How many types of TRIGGERS are there in MS SQL Server?..

Answer / abcd

3 types:

1. DML,
2. DDL &
3. CLR (is it right?)

Is This Answer Correct ?    36 Yes 50 No

Post New Answer

More SQL Server Interview Questions

What is the difference between index seek vs. Index scan?

0 Answers  


What’s the distinction between dropping a info and taking a info offline?

0 Answers  


What is an extended stored procedure? Can you instantiate a COM object by using T-SQL?

1 Answers  


What are the source of constraints?

0 Answers  


Why SQL Agent is used?

0 Answers   Abacus,


What is dirty page?

0 Answers  


What does <> symbol mean?

0 Answers  


What is a system database and what is a user database?

0 Answers  


What is a scheduled job or what is a scheduled task?

0 Answers  


How to get @@error and @@rowcount at the same time?

0 Answers  


Which one is faster delete/truncate? Why?

1 Answers   Infosys,


What are the restrictions while creating batches in sql server?

0 Answers  


Categories