(Anhgolden's Blog) - Để phân quyền cho User sử dụng trong SQL Server, ta sử dụng các câu lệnh sau:
a) Phân quyền:
Grant All on TableName/ViewName to UserName
Hoặc
Grant Select [,Insert] [,Update][,Delete] on TableName/ViewName to UserName
b) Xóa bỏ phân quyền:
Revoke All on TableName/ViewName from UserName
1 comment:
Admin có thể chỉ cách phân quyền máy chủ trên excel được không ạ?
Post a Comment