TAILIEUCHUNG - mastering sql server 2000 security PHẦN 7

Vai trò cơ sở dữ liệu cố định được xây dựng trong vai trò với một mục đích xác định trước. Hầu hết các quyền được chỉ định để Những vai trò này là hành chính trong tự nhiên. Các điều khoản Với một vai trò cơ sở dữ liệu cố định, khác Mô hình hành chính của bảo mật máy chủ phân tích không phải là rất chi tiết, nhưng bạn nên lưu tâm những cân nhắc sau: | 248 Chapter 10 1. Run sp_change_primary_role on the instance of SQL Server marked as the current primary server. The example shows how to make the primary database stop being the primary database. current_primary_ dbname is the name of the current primary database. EXEC sp_change_primary_role db_name current_primary_dbname backup_log 1 terminate 0 final_state 2 access_level 1 GO 2. Run sp_change_secondary_role on the instance of SQL Server marked as the current secondary server. The example shows how to make the secondary database the primary database. current_ secondary_dbname is the name of the current secondary database. EXEC sp_change_secondary_role db_name current_secondary_dbname do_load 1 force_load 1 final_state 1 access_level 1 terminate 1 stopat NULL GO 3. Run sp_change_monitor_role on the instance of SQL Server marked as the monitor. The example shows how to change the monitor to reflect the new primary database. new_source_directory is the path to the location where the primary server dumps the transaction logs. EXEC sp_change_monitor_role primary_server current_primary_server_name secondary_server current_secondary_server_name database current_secondary_dbname new_source new_source_directory GO The former secondary server is now the current primary server and is ready to assume the function of a primary server. The former primary is now not a member of the log shipping pair. You will need to configure the original primary as a secondary server to the new primary if you want it to participate in the log shipping process. Managing Distributed Data Security 249 Federated SQL Server 2000 Servers Microsoft SQL Server 2000 databases can be spread across a group of database servers capable of supporting the processing growth requirements of the largest Web sites and enterprise data processing systems built with Microsoft Windows. SQL Server 2000 supports updateable distributed partitioned views used to transparently partition data horizontally across a group

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.