You work as a database administrator at TestKing.com. TestKing.com is using a SQL Server
2008 instance. Your CEO tells you that all user-defined stored procedures must have the
prefix tk_. You must prevent user-defined procedures from being created that do not meet
her requirement.
What steps would meet this requirement?
Implement a (Options above) on the (Place here Options) of user-defined stored procedures that is triggert on (Options below).
A.
Implement a [condition] on the [name] of user-defined stored procedures that is triggered on [change].
B.
Implement a [policy] on the [parameter] of user-defined stored procedures that is triggered on [demand].
C.
Implement a [condition] on the [code] of user-defined stored procedures that is triggered on [create].
D.
Implement a [log] on the [name] of user-defined stored procedures that is triggered on [delete].
Explanation: