SQL Server - What is Public Role in SQL Server?

What is Public Role in SQL Server?

- Every database has a public role which holds all the default permissions for the users in a database.

- This role cannot be dropped and cannot have roles or groups assigned. For security reasons, permissions granted to public role should be minimized.

- It is a special database role which belongs to user of every database.

- It captures all the default permission for users in a database.

- Public role cannot be dropped.

- It is used to protect against unauthorized data access, minimize the permissions granted to the public role.
SQL Server Login
Discuss about SQL Server Login - SQL server login is used to connect to SQL server.......
Discuss about Builtin\Administrator
Discuss about Builtin\Administrator - The built in Administrator Account is basically used during some setup to join some machine in the domain......
Failover clustering - SQL Server
Failover clustering - Failover clustering is mainly used for data availability. Typically in a failover cluster, there are two machines......
Post your comment