Permission name | Description |
ALTER | Permission to modify the object's definition |
CONNECT |
Permission to access the database or connect to the endpoint |
DELETE |
Permission to delete the object |
EXECUTE |
Permission to execute the stored procedure or the function |
IMPERSONATE |
Permission to take the identity of a principal, by the means of an EXECUTE AS command |
INSERT |
Permission to insert data into the table or view |
REFERENCES |
Permission to reference the object in a foreign key definition, or to declare a view or function WITH SCHEMABINDING referencing the object |
SELECT |
Permission to issue a SELECT command against the object or column |
TAKE OWNERSHIP |
Permission to become the owner of the object |
UPDATE |
Permission to update the data |
VIEW DEFINITION |
Permission to view the definition (structure) of the object |
Wednesday, October 8, 2014
List of Permissions and their Description in SQL Server
Labels:
and,
Description,
in,
List,
of,
permissions,
SQL Server,
their
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment