- 1、本文档共39页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
第五章:sql灾难恢复讲解
Module 3: Disaster Recovery Course 6231A * On this slide, you will discuss the steps necessary to restore a transaction log. Walk the students through each of the restore steps. The process listed here is somewhat simplified and you can find more detail on the Student Companion CD or in the reference links below. The immediately previous full database backup or differential database backup must be restored first. All transaction logs created after the last full or differential backup must be restored in chronological order with no break in the chain of back ups and must specify WITH NORECOVERY with the except of the final log. With the final log backup indicate WITH RECOVERY to recover the database. Reference: For more information about restoring a transaction log, see “Restore Transaction Log”, /fwlink/?LinkID=127623 For more information about restoring a transaction log using SQL Server Management Studio, see “How to Restore a Transaction Log Backup (SQL Server Management Studio)”, /fwlink/?LinkID=127605 For more information about the different arguments for the RESTORE Transact-SQL statement, see “RESTORE Arguments (Transact-SQL)”, /fwlink/?LinkID=127622 Module 3: Disaster Recovery Course 6231A * In this demonstration, you will restore the backup created in the last demonstration. For this demonstration, perform the following tasks: Use the NY-SQL-01 Virtual Machine and logon as Student. Open SQL Server Management Studio and connect using Windows Authentication. Expand the database node. Right-click the AdventureWorks2008 Database, and then click Tasks | Restore | Database. On the General Tab: Under Destination for Restore, Ensure AdventureWorks2008 is selected as the destination database. Ensure “Point in Time” is set to Most Recent Possible. Under Source for Restore, Ensure From Database is selected. Ensure AdventureWorks2008 is the source database. Select the Restore checkbox on the most recently created backup set. Click the Options tab. Be sure to e
文档评论(0)