Configure the default Web site on the instance to use the Integrated Security type.
Configure the application pool used by the default Web site to use a domain account.
Configure the default Web site on the instance to use the Secure Sockets Layer (SSL) protocol.
Register a service principal name (SPN) in the Active Directory directory service for the SSRS instance.
第1题:
You need to provide ad hoc reporting capabilities to fulfill business requirements. What should you do?()
第2题:
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. You intend to configure FILESTREAM data, enabling FILESTREAM for file I/O streaming access and allowing remote client computers to have streaming access to FILESTREAM data. You must make sure that FILESTREAM data is enabled. In the options below, which service should you configure? ()
第3题:
You design a Business Intelligence (BI) solution by using SQL Server 2008. You plan to create a SQL Server 2008 Reporting Services (SSRS) solution that contains five sales dashboard reports. Users must be able to manipulate the reports’ parameters to analyze data. You need to ensure that the following requirements are met: Users can manipulate the parameters for data analysis in a single trip to the data source. Reports are automatically rendered as soon as they are accessed for the first time. Which two tasks should you perform?()
第4题:
You design a SQL Server 2008 Reporting Services (SSRS) solution. You create a report by using Microsoft Visual Studio .NET 2008. The report contains the following components: A dataset named Customer that lists all active customers and their details. The dataset accepts no parameters. A dataset named SalesHistory that lists all sales transactions for a specified time period and accepts year and month as parameters. You need to ensure that a summary of sales transactions is displayed for each customer after the customer details. Which component should you add to the report? ()
第5题:
ou work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. According to the company requirement, you intend to perform an installation of an instance of SQL Server Reporting Services (SSRS) to the same machine. Now your company CIO wants version histories of all deployed reports can be kept. As a technical support, what should you do to ensure this?()
第6题:
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. According to the company requirement, you migrate an application from Microsoft SQL Server 2000 to Microsoft SQL Server 2008. You have to monitor the SQL Server instance, and record the use of features which will be discontinued. What should you do? ()
第7题:
Use SQL Azure to host client report definitions.
Use SQL Azure to host server report definitions.
Use Windows Azure to host client report definitions in an ASP.NET webpage.
Use Windows Azure to host server report definitions in an ASP.NET webpage.
第8题:
Store the credential of a user in the data source.
Configure the infrastructure to support Kerberos authentication.
Configure the infrastructure to support anonymous authentication by using a custom authentication extension.
Ensure that all report queries add a filter that uses the User.UserID value as a hidden parameter.
第9题:
List
Table
Matrix
Subreport
第10题:
Add a reference to the assemblies in the Report Properties References tab.
Write the calculation logic used by the calculations by using T-SQL functions.
Write the code of the calculation logic into the Report Properties Custom Code tab.
Write the calculation logic in each report by using the mathematical functions available natively to SQL Server 2008 Reporting Services (SSRS).
第11题:
You should use the http.sys listener to install the SSRS instance.
You should configure the SSRS database, make it use Native mode
You should configure the SSRS database, make it use SharePoint integrated mode
You should use the Internet Information Services default Web site to install the SSRS instance
第12题:
Internet Information Services
SQL Server Browser
SQL Server Agent
Microsoft Distributed Transaction Coordinator
第13题:
You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a SQL Server 2008 Reporting Services (SSRS) solution. You create reports by using Microsoft Visual Studio .NET 2008. The development team of your company must create 50 SSRS reports. You need to ensure that the company logo and the company name are included in the page header of all the reports. What should you do?()
第14题:
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is an internal application which uses Analysis Services and Reporting Services. You use the application on the basis of SQL Server 2008. According to the requirement of company security policy, the surface area for all the deployed components of SQL Server 2008 should be configured. You have to implement the security policy and devise a method to evaluate the security policy against other database servers. What should you do?()
第15题:
You have a server that runs Windows Server 2008. The server has the Web Server (IIS) server role installed and all the Web Server role services installed. You need to provide a user the ability to administer a Web site. Which feature should you configure?()
第16题:
You are designing a plan for migrating an existing Microsoft SQL Server 2008 database to SQL Azure.The database includes a SQL Server Agent job that cleans the application log table. You need to recommend an approach for ensuring that the SQL Server Agent job continues to run without modification. What should you recommend?()
第17题:
You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a SQL Server 2008 Reporting Services (SSRS) solution. The solution contains a report named Sales Details that displays sales information of all the employees. You create an SSRS report named Sales Summary that displays the total monthly sales of each employee. Users who view the Sales Summary report occasionally require the monthly sales details for a particular employee. You need to ensure that the users can click a value in the month column of the Sales Summary report to open and render the Sales Details report. What should you do?()
第18题:
You are a database administrator for your company. You are configuring a new SQL Server 2005 computer named SQL1. SQL1 will run Reporting Services. It will also be configured to automatically perform database backups and other maintenance tasks. There are no other SQL Server computers in the network environment. All access to SQL1 will be made by using SQL1s DNS name. You need to disable any unnecessary services on SQL1. Which service or services should you disable?()
第19题:
Use a subreport.
Use a bookmark link.
Use the drilldown functionality.
Use a drillthrough report link.
第20题:
You should create policies based on the appropriate facets. Apply the policies against a server group. The server group includes the database servers that need to be configured
You should create a Transact-SQL script based on the sp_configure stored procedure. Use a configuration server to run the script against a server group that includes the database servers that need to be configured
You should edit the RSReportServer.config configuration file. Distribute the file to all database servers that need to be configured
You should analyze your database servers by using the SQL Server Best Practices Analyzer (BPA). Implement the recommendations of the BPA
第21题:
Create two Report Builder models.Include the four frequently used tables in the first model and all the tables in the second model.
Create a Report Builder model by using all the tables.Create a perspective within the model to use only the four frequently used tables.
Create a Report Builder model by using all the tables. Create two folders.Place the four frequently used tables in the first folder and the remaining tables in the second folder.
Create two Data Source Views.Include all the tables in one Data Source View and the four frequently used tables in the other Data Source View.Create two Report Builder models so that each model uses one of the Data Source Views.
第22题:
Create an SSRS report and include the required page header in the report. Use the report as a template for all the reports.
Create an SSRS report and include the required page header in the report. Create a subreport that refers to the report. Include the subreport to all the reports.
Create a SSRS report and include the required page header in the report. Copy the report definition to an XML file.Add the XML file as a data source for all the reports.
Create a SSRS report and include the required page header in the report. Create a class library that includes the report.Add the class library as an assembly reference for all the reports.
第23题:
Update the connection string of the DSProduction shared data source to point to the alternate data source.
Update the modified report to use a report-specific data source. Update the connection string of the report-specific data source to point to the alternate data source.
Create a new shared data source named DSProduction in the same folder as that of the modified report. Update the connection string of the new shared data source to point to the alternate data source.
Disable the DSProduction data source. Update the modified report to use a report-specific data source. Update the connection string of the report-specific data source to point to the alternate data source.