QUESTION 121
You are designing a CLR stored procedure that will access a remote Web service. You need to ensure that the CLR stored procedure can access the remote Web service. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Grant EXECUTE on the CLR stored procedure.
B. Implement a custom trust level policy.
C. Configure the CLR stored procedure to use the SAFE permission set.
D. Configure the CLR stored procedure to use the EXTERNAL_ACCESS permission set.