Microsoft
70-450 · Question #126
You administer a SQL Server 2008 instance. You plan to deploy a third-party database application to the instance. The application uses stored procedures that are developed by using SQL CLR…
The correct answer is C. Use the peverify.exe PEVerify tool to verify whether the code meets the type-safety. See the full explanation below for the reasoning.
Question
You administer a SQL Server 2008 instance. You plan to deploy a third-party database application to the instance. The application uses stored procedures that are developed by using SQL CLR integration. The application must be configured to enable the EXTERNAL_ACCESS code access security setting. You need to ensure that the application is deployed to the instance without loss of functionality. What should you do first?
Options
- AReplace read write non-static fields in the code with static fields.
- BReplace read-only static fields in the code with read write static fields.
- CUse the peverify.exe PEVerify tool to verify whether the code meets the type-safety
- DUse the regasm.exe assembly registration tool to register the assembly on the server
How the community answered
(48 responses)- A8% (4)
- B15% (7)
- C73% (35)
- D4% (2)
Community Discussion
No community discussion yet for this question.