TAILIEUCHUNG - Create Custom Database Roles

11,12 Tạo cơ sở dữ liệu Custom Roles Mặc dù 10 được xây dựng trong vai trò máy chủ cố định có thể xuất hiện để trang trải tất cả các dự phòng, nó có thể tạo ra vai trò cơ sở dữ liệu của bạn tuỳ chỉnh cho cơ sở dữ liệu SQL Server. | Create Custom Database Roles Even though the 10 built-in fixed server roles might appear to cover all contingencies it is possible to create custom database roles for your SQL Server databases. One of the problems with the fixed database roles is that they apply to all objects within the database. Therefore assigning users to the db_datareader role means that they ll be able to read data in all tables and views within the database. What should you do if you want to provide access just to one or two tables instead of every table My database includes a mix of public and confidential information. I want to set up a role that permits read access to the Categories and Products tables but does not allow access to the Employees or Customers tables. Technique You ll create a custom database role that specifies read permissions on the Products and Categories tables but does not give access to any other table in the database. Steps One of the essential qualities of SQL Server is its flexibility in dealing with almost any environment. As an example of this flexibility SQL Server provides custom database roles which are freely modified to include permissions to perform any administrative task. The SQL Server system administrator creates the custom database roles and assigns them to any users who require the special combination of permissions on the database objects. SQL Server recognizes the security profiles that are established with custom database roles the same as fixed database roles. Although considerable work is involved in setting up custom database roles you are assured that your users can view edit and add records only to those tables you want them to. 1. Open Enterprise Manager and expand the Northwind database s icon. 2. Right-click the Northwind database s Roles icon and select New Database Role from the shortcut menu. The New Role dialog box see Figure opens in response. Notice how similar this dialog box is to the Database Role Properties dialog box

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.