tailieunhanh - The Real MTCS SQL Server 2008 Exam 70/432 Prep Kit- P147

The Real MTCS SQL Server 2008 Exam 70/432 Prep Kit- P147: Congratulations on your journey to become certified in SQL Server 2008. This book will help prepare you for your exam and give you a practical view of working with SQL Server 2008. | Self Test Appendix Appendix 35 The correct answer is B. Answer A is incorrect because this syntax is used to create a certificate initially. Answer C is incorrect because this syntax is used to create a database encryption key. Answer D is incorrect because this syntax is used to start the encryption scan. 7. Which sys catalog view is used to monitor the progress of an encryption scan A. B. C. D. The correct answer is D. Answers A B and C are incorrect because they will not display the progress of an encryption scan. 8. When transparent data encryption TDE is enabled which of the following system catalog views will the database show as encrypted A. B. C. D. The correct answer is A. Answers B C and D are incorrect because the is_encrypted column is not available in these system views. 9. When transparent data encryption TDE is enabled database backups are encrypted. If you cannot locate the associated Certificate and private key files what happens to the data if you need to restore the encrypted database A. Everything will be readable since the Certificate and private key can be recreated. B. The data will not be readable since the Certificate and private key files are lost. C. Only encrypted columns will not be readable. D. Everything will be readable once the database encryption has been turned off in the master database. The correct answer is B. Answers A C and D are incorrect since the original Certificate and private key files are required to decrypt the database. It is very important to store these files in a secure location other than with the database backup to mitigate the possibility of not being able to decrypt a database. 36 Appendix Self Test Appendix 10. In which edition of SQL Server 2008 is cell-level encryption available A. Only in the Enterprise edition B. Only in the Web edition C. Only in the .