Read the original article: Public Role in SQL Server
Roles in relational databases make it easier to grant and revoke privileges from multiple users at once. Multiple users can be grouped into one or more roles in a database. Rather than revoking or granting a privilege to a user or a group of users, the privilege can be granted or revoked from the ROLE. In my previous blog, I talked about the PUBLIC role in Oracle. In this blog, I will try to explain what the public role means…
The post Public Role in SQL Server appeared first on Insider Threat Security Blog.
Read the original article: Public Role in SQL Server