Microsoft 70-451 - Questions & Answers
Free preview · every answer includes a full explanation
Product page: https://prepkeys.com/70-451.html
You are a database solutions architect. Your company plans to develop a solution by using a SQL Server
2008 instance.
The solution has the following business requirements:
-
Import data from various data sources such as Microsoft Office Excel, Microsoft SQL Server
2000,Microsoft SQL Server 2005, and CSV files.
-
Profile the source data before it is imported.
-
Provide collaboration and offline capabilities to mobile users.
-
Allow mobile users to use heterogeneous data stores.
You need to configure the appropriate SQL Server components to accomplish the business requirements.
You want to achieve this goal by using the minimum amount of administrative effort. Which two SQL Server components should you use? (Each correct answer presents part of the solution.
Choose two.)
You need to design a database solution that meets the following capabilities:
Which SQL Server component should you use?
You have a table in a database that contains 30 million rows. You need to ensure that the table meets the following requirements:
What should you do?
You are a database developer. You plan to create a database by using SQL Server 2008. The database will store information about students, teachers, classes, and rooms in a school. The database will be used by a scheduling application.
In the design plan, the following facts have to be considered:
You identify the following entities for the database design:
You need to design the database to ensure normalization.
What should you do?
You are a database developer. You plan to design a database solution by using SQL Server 2008. You are creating a database to support the office manager. Your database model has the following structure.

The database design has the following business requirements:
-
When an employee is no longer available to complete a task, the employee link to the assignment is replaced with a NULL value.
You need to implement the business requirements to maintain data integrity.
What should you do?
You have a database that contains two tables named Table1 and Table1_Details. Table1_Details contains details about items in Table1.
You need to ensure that when an item is removed from Table1, all related items are removed from
Table1_Details. You must achieve this goal by using the minimum amount of Transact-SQL code.
What should you do?
You need to provide a developer the ability to create and modify database diagrams from an existing database by using SQL Server Management Studio. The solution must minimize the amount of permissions assigned to the developer.
What should you do?
You are designing a database for a reporting solution that is based on data from an Online Transaction Processing (OLTP) database. The reports will contain aggregated data. You need to ensure that the reports will not affect query performance on the OLTP database. The solution must minimize the use of joins when performing the aggregate calculations.
What should you do?
You have a legacy application. You do not have access to the application source code. The application has a large denormalized table that contains 100 columns. The application uses stored procedures and views to perform all data manipulation language (DML) activities on the table.
You need to optimize the performance of the application to meet the following requirement:
What should you do?
You are a database developer. You develop a database application for a SQL Server 2008 instance.

The instance hosts a third-party database. You are not allowed to modify the database schema. The database contains two tables that are as shown in the following diagram.
You plan to extract address information about full-time employees based on the FullTimeIndicator flag.
You need to design a data access layer to simplify the extraction process.
What should you do?