Which three components are you required to use?

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

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

A.
Report Builder

B.
rs.exe

C.
rsconfig utility

D.
ReportService2010.asmx

E.
.rss file

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.
Example:
rs –i c:\scriptfiles\script_copycontent.rss -s http://localhost/reportserver
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.
Incorrect:
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.

rs Utility (rs.exe) (SSRS)



Leave a Reply 0

Your email address will not be published. Required fields are marked *