TAILIEUCHUNG - Microsoft SQL Server 2008 R2 Unleashed- P47

Microsoft SQL Server 2008 R2 Unleashed- P47:SQL Server 2005 provided a number of significant new features and enhancements over what was available in SQL Server 2000. This is not too surprising considering there was a five-year gap between these major SQL Server 2008 is not as much of a quantum leap forward from SQL Server 2005 | 404 CHAPTER 14 Database Backup and Restore your database. Databases that are set to simple recovery mode have limited options for database restore. Databases that are in full recovery mode and have frequent backups have many more restore options. Following are the basic options for restore Restore an entire database. Perform a partial restore. Restore a file or page from a backup. Restore a transaction log. Restore a database to a point in time by using a database snapshot. The following sections delve further into the restore options listed here. They focus on the means for accomplishing these restores and some of the common restore scenarios you might encounter. Restores with T-SQL The command to restore a database in SQL Server is aptly named RESTORE. The RESTORE command is similar to the BACKUP command in that it can be used to restore a database part of a database or a transaction log. You restore an entire database or part of a database by using the RESTORE DATABASE syntax. You do transaction log restores by using the RESTORE TRANSACTION syntax. Database Restores with T-SQL Listing shows the full syntax for RESTORE DATABASE. LISTING RESTORE DATABASE Syntax --To Restore an Entire Database from a Full database backup a Complete Restore RESTORE DATABASE database_name @database_name_var FROM backup_device .n WITH CHECKSUM NO_CHECKSUM CONTINUE_AFTER_ERROR STOP_ON_ERROR ENABLE_BROKER ERROR_BROKER_CONVERSATIONS FILE file_number @file_number KEEP_REPLICATION MEDIANAME media_name @media_name_variable MEDIAPASSWORD mediapassword @mediapassword_variable MOVE logical_file_name1 TO 1 operating_system_file_name .n NEW_BROKER PARTIAL PASSWORD password @password_variable RECOVERY NORECOVERY STANDBY Download from Restoring Databases and Transaction Logs 405 standby_file_name @standby_file_name_var REPLACE RESTART RESTRICTED_USER REWIND NOREWIND STATS percentage STOPAT date_time @date_time_var STOPATMARK mark_name Isn lsn_number AFTER datetime .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.