nerdexam
Microsoft

70-451 · Question #120

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…

The correct answer is B. Implement a custom trust level policy. D. Configure the CLR stored procedure to use the EXTERNAL_ACCESS permission set. See the full explanation below for the reasoning.

Question

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.)

Options

  • AGrant EXECUTE on the CLR stored procedure.
  • BImplement a custom trust level policy.
  • CConfigure the CLR stored procedure to use the SAFE permission set.
  • DConfigure the CLR stored procedure to use the EXTERNAL_ACCESS permission set.

How the community answered

(44 responses)
  • A
    9% (4)
  • B
    73% (32)
  • C
    18% (8)

Community Discussion

No community discussion yet for this question.

Full 70-451 Practice