Skip to content

Category: 70-450 Exam Questions

(New Updated) PassLeader Released New Version Microsoft 70-450 Exam PDF And VCE Dumps (1-15)

P.s.: These 70-450 Exam Questions Were Updated After 2014/11/1 With The Change Of New Microsoft Exam. 100 Percent Vaild And 100 Percent Pass Ensure. Visit Our PassLeader Website And Get All Valid Exam Questions With PDF And VCE. 100 Percent Guaranteed Pass or 100 Percent Money Back Guarantee!

Vendor: Microsoft
Exam Code: 70-450
Exam Name: PRO: Designing, Optimizing and Maintaining a Database Administrative Solution Using Microsoft SQL Server 2008

QUESTION 1

You administer a SQL Server 2008 instance that hosts a large database. The following backup strategy is used for the database: A full database backup is performed at 02:00 hr every Monday. A differential backup is performed at 23:00 hr every day. A transaction log backup is performed on an hourly basis. A power failure on Thursday causes the SQL Server 2008 server to restart at 09:15 hr. Fifteen minutes after the server restarts, the users report that they are unable to execute certain queries that access customer data. You discover that the customer data is unmodified after the power failure. When you execute the DBCC CHECKDB command on the database, you receive the following error message: Object ID 2814307832, index ID 2, partition ID 83127819437122157, alloc unit ID 82134587923221126 (type In-row data): Page (3421:169) could not be processed. See other errors for d etails. Table error: Object ID 2814307832, index ID 2, partition ID 83127819437122157, alloc unit ID 82134587923221126 (type In-row data), page (3421:169). Test (IS_OFF (BUF_IOERR, pBUF- > bstat)) failed. Values are 16928422 and -8. CHECKDB found 0 allocatio n errors and 2 consistency errors in table ‘tbl_Customer’ (object ID 2814307832). When you execute the sp_help ‘tbl_customer’ stored procedure you receive the following result set:
* index_name index_description PK clustered located on PRIMARY NCIX nonclustered located on PRIMARY
You need to ensure that the data is available as quickly as possible with minimal effect on users. What should you do?

Comments closed

Free Passleader 70-450 Study Guide Materials For Preparing 70-450 Test (1-20)

QUESTION 1
You administer a SQL Server 2008 instance that hosts a large database. The following backup strategy is used for the database: A full database backup is performed at 02:00 hr every Monday. A differential backup is performed at 23:00 hr every day. A transaction log backup is performed on an hourly basis. A power failure on Thursday causes the SQL Server 2008 server to restart at 09:15 hr. Fifteen minutes after the server restarts, the users report that they are unable to execute certain queries that access customer data. You discover that the customer data is unmodified after the power failure. When you execute the DBCC CHECKDB command on the database, you receive the following error message:
Object ID 2814307832, index ID 2, partition ID 83127819437122157, alloc unit ID 82134587923221126 (type In-row data): Page (3421:169) could not be processed. See other errors for d etails. Table error: Object ID 2814307832, index ID 2, partition ID 83127819437122157, alloc unit ID 82134587923221126 (type In-row data), page (3421:169). Test (IS_OFF (BUF_IOERR, pBUF- > bstat)) failed. Values are 16928422 and -8. CHECKDB found 0 allocatio n errors and 2 consistency errors in table ‘tbl_Customer’ (object ID 2814307832).
When you execute the sp_help ‘tbl_customer’ stored procedure you receive the following result set:
index_name index_description PK clustered located on PRIMARY NCIX nonclustered located on PRIMARY
You need to ensure that the data is available as quickly as possible with minimal effect on users. What should you do?

A.    Drop and recreate the PK index.
B.    Drop and recreate the NCIX index.
C.    Restore the latest full database backup. Restore all transaction log backups from the latest full database backup.
D.    Restore the latest full database backup. Restore the latest differential backup. Restore all transaction log backups from the latest differential backup.

Comments closed