单选题You are creating a tabular report for the sales department with a department break group. You need to ensure that if al least six sales records will not fit at the button of a page, the group will start on the next page. Which printing frame property w

题目
单选题
You are creating a tabular report for the sales department with a department break group. You need to ensure that if al least six sales records will not fit at the button of a page, the group will start on the next page. Which printing frame property would you alter to achieve these results?()
A

Source 

B

Print direction 

C

Maximum records per page 

D

Minimum Widow records 

E

Column mode

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You are creating a tabular report for the sales department with a department break group. You need to ensure that if al least six sales records will not fit at the button of a page, the group will start on the next page. Which printing frame property would you alter to achieve these results?()

  • A、Source 
  • B、Print direction 
  • C、Maximum records per page 
  • D、Minimum Widow records 
  • E、Column mode

正确答案:D

第2题:

You create a Web Form that contains a button named btnCancel that enables users to exit the page. When users click this button, validation must not occur. During testing you learn that clicking the Cancel button does not enable users to exit the page. You need to ensure that users can always exit the page. What should you do? ()

  • A、Set the Enabled property of the validation controls on the Web Form to False.
  • B、Set the CausesValidation property of the btnCancel button to False.
  • C、Set the CausesValidation property of the btnCancel button to True.
  • D、Set the Visible property of the validation controls on the Web Form to False.

正确答案:B

第3题:

You are the database administrator for a retail company. The company owns 270 stores. Every month, each store submits approximately 2,000 sales records, which are loaded into a SQL Server 2000 database at the corporate headquarters.

A Data Transformation Services (DTS) package transforms the sales records, as they are loaded. The package writes the transformed sales records to the Sales table, which has a column for integer primary key values. The IDENTITY property automatically assigns a key value to each transformed sales record.

After loading this month's sales data, you discover that a portion of the data contains errors. You stop loading data, identify the problem records, and delete those records from the database.

You want to reuse the key values that were assigned to the records that you deleted. You want to assign the deleted key values to the next sales records you load. You also want to disrupt users' work as little as possible.

What should you do?

A.Export all records from the Sales table to a temporary table. Truncate the Sales table, and then reload the records from the temporary table.

B.Export all records from the Sales table to a text file. Drop the Sales table, and then reload the records from the text file.

C.Use the DBCC CHECKIDENT statement to reseed the Sales table's IDENTITY property.

D.Set the Sales table's IDENTITY_INSERT property to ON. Add new sales records that have the desired key values.


正确答案:C
解析:Explanation: DBCC CHECKIDENT is used to check the current identity value for the specified table. It can be set to correct the identity value by specifying the RESEED option with DBCC CHECKIDENT.

Note: Example:
Assume that we have a table called test with an identity column with seed (1,1) and 1000 rows and that we delete row 901 to 950. We could then issue the command
DBCC CHECKIDENT (test, reseed, 900)

And load the 50 missing rows. These rows would get the values 901, 902, …,950 in the identity column.
We should then set the identity value to 1000 again:
DBCC CHECKIDENT (test, reseed, 1000)

So that the next new row will have identity 1001.

Incorrect Answers:
A: Exporting the data from the Sales table and then reloading the data will not correct errors contained in the table as these errors will also be exported as they are part of the data already in the table.
B: Exporting the data from the Sales table and then reloading the data will not correct errors contained in the table as these errors will also be exported as they are part of the data already in the table.

D: The SET IDENTITY_INSERT command allows explicit values to be inserted into the identity column of a table. To reuse the old key values from the rows that was deleted would require manual commands and would be awkward. This is not the best solution.

第4题:

The transportation department requested a shipping cost report to list the resources used by each department. A separate page should be product for each department. Which property would you modify to achieve these results?()

  • A、Minimum widow records. 
  • B、Column mode. 
  • C、Spacing 
  • D、Print direction. 
  • E、Source F maximum records per page. 
  • F、Maximum records per page.

正确答案:E

第5题:

You are developing an inventory report to list the item number, description price and picture of all inventory items. The layout of each item is a repeating frame that contains three fixed fields and a image. When possible you want all objects in the repeating frame to appear on the same logical page without creating blank pages between instances. Which pagination property would you alter to achieve these results?()

  • A、Page break before. 
  • B、Page break after. 
  • C、Page protect. 
  • D、Keep with anchoring object.

正确答案:C

第6题:

 You create a salary report to display employee salaries grouped by the dept column. You need to change the break order from ascending to descending using the model. How would you reverse the display order of the department? ()

  • A、Double click the dept column in the group to alter the property palette and change the break out order value. 
  • B、Double click the dept column in the group to open the property palette and change the set break order value. 
  • C、Double click the g_dept group object to change the break order. 
  • D、Click the dept column in the group to change the break order.

正确答案:A

第7题:

You are the desktop administrator for your company's sales department. The IT manager for the sales department needs to distribute three custom applications to the department's Windows XP Professional computers. She deploys these applications by using Group Policy. Some users report that they must log on several times before the newly deployed applications are present on their computers. You need to ensure that all software is deployed the next time the users log on. What should you do?()

  • A、Enable the Always wait for the network at computer startup and logon policy.
  • B、Enable the Always use classic logon policy. 
  • C、Enable the Turn off background refresh of Group Policy policy.
  • D、Enable the Group Policy slow link detection policy. 

正确答案:A

第8题:

Your network contains a Windows Server Update Services (WSUS) server.You have an organizational unit (OU) named Sales. The Sales OU contains all of the computer objects for the sales department. You enable client-side targeting for the Sales OU and set the target group name to Sales-Computers.You restart a sales computer.You discover that the computer is not added to the Sales-Computer computer group in WSUS.You need to ensure that all sales computers are added to the Sales-Computers group.Which options should you configure?()

A. Automatic Approvals

B. Computers

C. Personalization

D. Products and Classifications


参考答案:B

第9题:

Using the report wizard you create a tabular report to display all the columns in the EMP table. The records are ordered by the deptname and job columns. You need to create a hierarchical report that breaks on the deptname and job values. Using the data model how would you create this break structure?()

  • A、Specify the break order on the gemp group Property palette. 
  • B、Specify a break order on the dept_name and job columns property palettes. 
  • C、Click and drag the dept_name and jobs column out and above of the gemp group to create a new parent group. 
  • D、Change the position of the dept_name and the job columns within the gemp group.

正确答案:C

第10题:

Which report style would you use to create a report listing each department and including a listing of employees beneath their respective department?()

  • A、Group left. 
  • B、Form like. 
  • C、Matrix W/group. 
  • D、Group above. 
  • E、Mailing label. 
  • F、Form letter.

正确答案:D

更多相关问题