70-447 MCITP Braindump
ExamSoon 70-447 Exams
Microsoft UPGRADE:MCDBA Skills to MCITP DB Admin by Using MS SQL 2005
O rder : 70-447 Exam
Practice Exam: 70-447
Exam Number/Code: 70-447
Exam Name: UPGRADE:MCDBA Sk ills to MCITP DB Admin by Using MS SQL
2005
Questions and Answers: 0 Q&As
Free 70-447 Braindumps
Exam : Microsoft 70-447
Title : UPGRADE:MCDBA Skills to MCITP DB Admin by Using MS SQL 2005
Case 1, Coho Vineyard & Winery
Questions
1. You are reviewing the code that is used to retrieve order data in the ASP.NET Web application.
You need to update the application to meet the security requirements.
What should you do?
A. Create a view to retrieve the order data, and replace the table name with the view name in the ASP.NET code.
B. Create an HTTP endpoint that has BATCHES enabled, and modify the ASP.NET code to connect to the HTTP
endpoint.
C. Create a SQL Server login that has a complex password, and modify the ASP.NET code to connect by using the
SQL Server login.
D. Create a stored procedure to retrieve the order data, and modify the ASP.NET code to call the stored procedure by
using parameters.
Answer: D
2. You need to identify the most appropriate archiving strategy for the SalesData.Orders table in the Sales database.
The archiving strategy must have the minimum impact on performance.
What should you do?
A. Create a table named ArchivedData.Orders. Partition the SalesData.Orders table and its indexes, and use
MERGE, SPLIT, and SWITCH functions every three months to move old order data into ArchivedData.Orders.
B. Create a table named ArchivedData.Orders. Every three months use an INSERT statement to copy data from the
SalesData.Orders table into ArchivedData.Orders, and then use a DELETE statement to remove archived data from
SalesData.Orders.
C. Create a database snapshot of the Sales database every three months, and then use a DELETE statement to
remove archived data from the SalesData.Orders table.
D. Back up the Sales database to tape every three months, and then use a DELETE statem