TAILIEUCHUNG - SQL Server 2000 Stored Procedure Programming phần 8

Bạn cũng có thể cấp các thông tin đăng nhập bằng cách sử dụng các thủ tục lưu trữ. Bạn có thể sử dụng sp_grantlogin để tạo ra một đăng nhập vào SQL Server. Để cung cấp cho một người dùng Windows truy cập đến một máy chủ SQL, chỉ có tên của người dùng được yêu cầu như một tham số | 514 SQL Server 2000 Stored Procedure Programming The Database Access tab controls the databases the user can access and the user s membership in roles You can also grant logins using stored procedures. You can use sp_grantlogin to create a login on SQL Server. To give a Windows user access to a SQL Server only the name of the user is required as a parameter exec sp_grantlogin Accounting TomB However when you create a login for SQL Server you usually specify an authentication password and a default database as well exec sp_grantlogin TomB password Asset Granting Database Access As we have shown database access can be granted to a login during the login s creation. There is also a way to grant access to additional databases after the login has been created. Database users can be 515 Chapter 11 Interaction with the SQL Server Environment managed from the Users node of a database in Enterprise Manager. You can both manage existing users and create new users. Login names have to be selected from the list box. The User Name is set by default to the name of the login. This default is not required but it simplifies user management. In the Database Role Membership section you check all databases to which you want to grant the user membership You can perform the same operation from Transact-SQL. To grant access to the database use sp_grantdbaccess exec sp_grantdbaccess TomB TomB You can review access using sp_helpusers and revoked using sp_revokedbaccess. To assign a user to a user-defined database role you issue a command such as exec sp_addrolemember TomB Management 516 SQL Server 2000 Stored Procedure Programming You can review membership using sp_helprolemember and revoke it using sp_droprolemember. You can create roles using sp_addrole exec sp_addrole Management You can remove roles using sp_droprole. To view a list of roles use sp_helpfixeddbroles and sp_helproles. Assigning Permissions The system of permissions controls user and role access to database objects and .

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.