InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) Logon triggers are special type of trigger that fire when LOGON event of Sql Server is raised(b) DDL triggers are special type of trigger that fire when LOGON event of Sql Server is raised(c) DML triggers are special type of trigger that fire when LOGON event of Sql Server is raised(d) None of the mentionedThis question was posed to me by my school teacher while I was bunking the class.This interesting question is from DDL Triggers topic in portion Developing with SQL Server of SQL Server |
|
Answer» Correct answer is (a) Logon TRIGGERS are SPECIAL type of trigger that FIRE when LOGON EVENT of Sql Server is raised |
|