70-448 · Question #228
You are working as reporting administrator for a product development company. The company uses SQL Server 2008 Reporting Services (SSRS) deployed in native mode. You need to deploy multiple reports…
The correct answer is B. rs.exe C. rsconfig utility E. .rss file. B: rs Utility (rs.exe) (SSRS) Processes script you provide in an input file. Use this utility to automate report server deployment and administration tasks. C: The rsconfig.exe utility encrypts and stores connection and account values in the RSReportServer.config file…
Question
You are working as reporting administrator for a product development company. The company uses SQL Server 2008 Reporting Services (SSRS) deployed in native mode. You need to deploy multiple reports via InstallShield. Which three components are you required to use? (Each correct answer presents part of the solution. Choose three.)
Options
- AReport Builder
- Brs.exe
- Crsconfig utility
- DReportService2010.asmx
- E.rss file
How the community answered
(38 responses)- A21% (8)
- B71% (27)
- D8% (3)
Explanation
B: rs Utility (rs.exe) (SSRS) Processes script you provide in an input file. Use this utility to automate report server deployment and administration tasks. C: The rsconfig.exe utility encrypts and stores connection and account values in the RSReportServer.config file. Encrypted values include report server database connection information and account values used for unattended report processing. E: The script [used as input to rs.exe] must be written in Visual Basic .NET code, and stored in a Unicode or UTF-8 text file with an .rss file name extension. You cannot debug scripts with the rs utility. To debug a script, run the code within Microsoft Visual Studio. Not A: Report Builder is a report authoring environment for business users who prefer to work in the Microsoft Office environment. When you design a report, you specify where to get the data, which data to get, and how to display the data. When you run the report, the report processor takes all the information you have specified, retrieves the data, and combines it with the report layout to generate the report.
Topics
Community Discussion
No community discussion yet for this question.