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
How to connect a database with sql express.?
What are the different types of backups avaialabe in sql server 2005?
Explain what are the different index configurations a table can have?
Is INSTEAD OF trigger directly applicable to Table ?
Write a sql query to delete duplicate records from a table called table1
What is sql server agent and what are the two modes of authentication in sql server?
How to perform backup for certificates in sql server? : sql server security
Do you know what are various aggregate functions that are available?
Explain partitioned view?
How to delete all rows with truncate table statement in ms sql server?
hi i am working as a testengineer , so i want to no the backend data base connection can any one tell mwe in detail
What is sql service broker?
How global temporary tables are represented and its scope?
What is Extended user-defined?
as a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this? : Sql server administration