You work as a database administrator at Domain.com. Domain.com is using a SQL Server
2008 instance. Management wants the prefix usp_ on all instances using all user-defined stored
procedures; however, they do not want you to develop stored procedures which do not include this prefix.
What should you do?
A.
You should consider using a method that will point to the stored procedure which is evaluated on demand.
B.
You should consider using a method that will point to the stored procedure which is evaluated on change.
C.
You should consider using a method where the condition targets point to the stored procedure which is evaluated on demand.
D.
You should consider using a method where the policy targets point to the stored procedure which is evaluated on demand.