How many types of system privileges are there, Can we add or
delete privileges?

Answer Posted / sarika jayadave

There are over 80 distinct system privileges. Each system
privilege allows a user to perform a particular database
operation or class of database operations.

Such as:- 1. ANALYZE ANY
2. CREATE CLUSTER
3. CREATE ANY CLUSTER
4. ALTER ANY CLUSTER
5. DROP ANY CLUSTER
6. ALTER DATABASE
7. CREATE ANY INDEX
8. ALTER ANY INDEX
9. DROP ANY INDEX
10. GRANT ANY PRIVILEGE
11. CREATE PROCEDURE
12. CREATE ANY PROCEDURE
13. ALTER ANY PROCEDURE
14. DROP ANY PROCEDURE
15. EXECUTE ANY PROCEDURE
16. CREATE TABLE
17. CREATE ANY TABLE
18. ALTER ANY TABLE
19. BACKUP ANY TABLE
20. DROP ANY TABLE
21. LOCK ANY TABLE
22. COMMENT ANY TABLE
23. SELECT ANY TABLE
24. INSERT ANY TABLE
25. UPDATE ANY TABLE
26. DELETE ANY TABLE
etc....................

Granting revoking of privilages is possible but adding new
privileges or deleting existing privileges is not possible.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain try...catch with sql server?

596


Can sql servers link to other servers?

557


What is sharding?

88


Explain sub-query?

566


What is the difference between mysql and sql server?

467






what are user defined datatypes and when you should go for them? : Sql server database administration

536


Do you know what is a with(nolock)?

600


What are transactions and its controls?

615


What is the use of custom fields in report?

556


you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration

548


What is SQL Azure Data sync?

103


Explain raiserror in sql server?

569


What is the difference between dbcc indexdefrag and dbcc reindex?

518


What is the difference between ROW_NUMBER and Ranking function in SQL SERVER?

603


You want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition?

532