SQL Server 2000: Permissions on System Tables Granted to Logins Due to the Public Role
Microsoft SQL Server 7.0 and 2000 make use of the concept of roles at the server level and within each database. The public role is one of the built-in roles in each database and this corresponds to everyone who has access to that database. While the use of the public role is frowned upon for...