Is trigger fired implicitely?

Answer Posted / sivasankardoss

No, Trigger cannot be fired implicitely. Only a DML
statement can invoke a trigger.

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the on delete cascade option do?

743


Which is the latest version of sql server and when it is released?

745


What are the different types of upgrades that can be performed in sql server?

900


What is default constraint in ms sql server?

712


How data can be copied from one table to another table?

697






When to use null data driven subscription?

188


Explain different types of index?

769


In what three ways is the return statement used in a stored procedure?

703


What is bulkcopy in sql?

730


What is the benefit of normalization?

786


What is a primary index?

693


Write a program to fetch first 10 records from a file?

759


Determine how to use the inserted and deleted pseudo tables?

725


What is shared lock?

645


Can you give me some DBCC command options?(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.

2225