Multiple choice technology architecture

You want to deploy a custom assembly in SQL Server 2008 Report Services for use in the reports you are generating for your organization. What must you do to deploy a custom assembly?

  1. Grant Execution permissions to custom assemblies

  2. Copy the custom assembly from the build location to the report server bin folder

  3. Copy the custom assembly from the build location to the report manager bin folder

  4. Copy the custom assembly from the build location to the report server temp file folder

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

To deploy a custom assembly for SSRS, you copy it to the report server's bin folder so the report server can load it. Option A mentions permissions (which may be needed separately, but copying is required first). Options C and D reference incorrect folders (report manager and temp are not assembly deployment locations).