Schedule the report's execution in the queue manager.
Schedule the reports execution using the R30RQM command line with scheduled parameter.
Create a trigger in the application to execute the report every six hours.
You cannot schedule a reports execution.
第1题:
Using the reports server how would you force the orders report in the orders entry application to run every six hours?()
第2题:
How are messages displayed when you use the SRW.MESSAGE packaged procedure? ()
第3题:
Which built-in would you reference in your trigger code to remove a report from the Reports Server queue dynamically?()
第4题:
You need to provide ad hoc reporting capabilities to fulfill business requirements. What should you do?()
第5题:
You are the administrator of a Windows 2000 network. You use a user account named User1 to log on to a Windows 2000 Professional computer. Different students in a classroom use this Computer. User does not have administrative rights. However, you prefer to use this account for most of your daily activities, because it is not a security breach if you fail to log off. You want to schedule a task to run a command file named AddUsers.cmd that automatically adds six more student user accounts. What should you do?()
第6题:
You are a network administrator for ExamSheet.net's Windows 2000 network. You use a user account named User1 to log on tot a Windows 2000 Professional computer. The computer is used by different students in a classroom. User1 does not have administrative rights. However, you prefer to use this account for your daily activities. Using the Task Scheduler you schedule a task to run a command file named AddUsers.cmd that automatically adds six more student user accounts. You configure the task to run as the administrator account. After the task was scheduled to have run you open the Task Scheduler and discover a status of "Could not start" for the task. You also discover account logon failure audit events in the computer's Security log.You want the scheduled task to successfully run AddUsers.cmd. You want to accomplish this with the least amount of administrative effort. What should you do?()
第7题:
Create a SQL Server Reporting Services (SSRS) report. Enable customers to modify the report by using Report Builder.
Create an ASP.NET application that will enable customers to view and modify reports by calling the SQL Server Reporting Services (SSRS) API.
Create an ASP.NET application that will enable customers to view and modify reports by using a SQL Server Reporting Services (SSRS) ActiveX control.
Create a SQL Server Reporting Services (SSRS) Report Model. Enable customers to modify reports based on the model by using Report Builder.
第8题:
Flashback Table
Flashback Query
Flashback Version Query
Flashback Transaction Query
第9题:
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).
第10题:
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.
第11题:
Specify Monday as the start date of the job.
Reconfigure the job schedule to run the backup every Monday at 1:00 a.m.
Add an additional schedule to the job. Configure the additional schedule to run the backup on Monday at 1:00 a.m.
Use the Repeat Task option to configure the existing job to repeat every 48 hours until an interval of 336 hours passes.
第12题:
enables Oracle database to schedule which processes execute on which processors in a multiple CPU environment
enables Oracle database to do patches according to a DBA-defined schedule
enables you to schedule the execution of jobs based on time
enables you to execute jobs in a clustered environment
enables you to periodically execute operating systemscript files located on the same server as the database
enables you to create a job that makes use of saved programs and schedules
enables you to automate the management of the jobs that are created using the DBMS_JOB package
第13题:
You query the ORDERS table and discover that order number 1101 is missing. One of your reports, generated at 5:00 A.M. on April 23, 2005 using Oracle Reports, includes this order number in the output. You have inserted 100 new orders into the ORDERS table since generating this report. Which flashback technology would you use to recover order number 1101 into the ORDERS table without losing the 100 orders that you added after the report was generated?()
第14题:
Your business has departmental reports that are generated every day. Each department must use the same set of queries, but access a different subset of data in the tables, depending on which department generates the report. The format of the reports is being developed; currently, the format changes daily. How would you configure the database to ensure that each department generates its report (based on its target data) using the most recent report format every day?()
第15题:
You design a Business Intelligence (BI) solution by using SQL Server 2008. You plan to design the report strategy for a new report project that will be used by a financial application. The application uses five calculations that are implemented in Microsoft .NET Framework 3.5 assemblies. The assemblies are written in the C# language and use the static methods. You need to ensure that the calculations can be used by the expressions in all reports. You also need to ensure consistency within the reports by using the least amount of development effort. What should you do?()
第16题:
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?()
第17题:
You need to design the Service Broker queues that will be used to submit requests for long-running reports. Your solution must minimize complexity of using the queues by applications. What should you do?()
第18题:
by having each user run the report generation procedure at the scheduled time, supplying the necessary input variables
by creating a program using DBMS_JOB that accepts one or more variables, and creating a job that calls this program using DBMS_JOB
by having each user schedule a job using DBMS_JOB that accepts one or more input variables and calls a procedure that generates the report
by having each user create a job using DBMS_SCHEDULER that includes all the information and commands necessary to generate the report
by creating a program using DBMS_SCHEDULER that accepts one or more variables, and creating a job that calls this program using DBMS_SCHEDULER
第19题:
Dialogue box that implicitly determines report execution.
Message line that implicitly determines report execution.
Message line that suppresses the default oracle message.
Dialogue box that does not terminate report execution.
Dialogue box that suppresses the default oracle message.
第20题:
Specify one queue for each client application that can submit report requests.
Specify one queue for each of the two report-generation services.
Specify one queue for all long-running report requests.
Specify eight queues:One for each service, and one for each client application.
第21题:
Schedule a normal backup every Sunday. Schedule incremental backups every Monday through Saturday.
Schedule a normal backup every Sunday. Schedule differential backups every Monday through Saturday.
Schedule a copy backup every day.
Schedule a normal backup every day.
第22题:
FIND_REPORT_OBJECT
CANCEL_REPORT_OBJECT
REPORT_OBJECT_STATUS
SET_PROPERTY OBJECT_PROPERTY
第23题:
By having each user run the report generation procedure at the scheduled time, supplying the necessary input variables.
By creating a program using DBMS_JOB that accepts one or more variables, and creating a job that calls this program using DBMS_JOB.
By having each user schedule a job using DBMS_JOB that accepts one or more input variables and calls a procedure that generates the report.
By having each user create a job using DBMS_SCHEDULER that includes all the information and commands necessary to generate the report.
By creating a program using DBMS_SCHEDULER that accepts one or more variables, and creating a job that calls this program using DBMS_SCHEDULER.