Point out the wrong statement :

Point out the wrong statement :
The input type @Type is passed as the first parameter to sp_executesql
The output type @retType is passed as the second parameter to sp_executesql.
The @stmt parameter in sp_executesql is a Unicode string containing valid SQL commands
We can specify the parameters for both input and output in sp_executesql
None of the Options are Correct

Point out the correct statement :

Point out the correct statement :
Logon triggers are special type of trigger that fire when LOGON event of Sql Server is raised
Logon event is raised when a user session is being established with Sql Server that is made after the authentication phase finishes.
 DDL triggers are special type of trigger that fire when LOGON event of Sql Server is raised
DML triggers are special type of trigger that fire when LOGON event of Sql Server is raised
None of the Options are Correct
Page 156 of 174
1 154 155 156 157 158 174