1.

What Is The Guest User Account In Sql Server? What Login Is It Mapped To It?

Answer»

The Guest user account is created by default in all databases and is used when EXPLICIT permissions are not granted to access an object. It is not mapped directly to any LOGIN, but can be used by any login. Depending on your SECURITY needs, it may MAKE sense to drop the Guest user account, in all databases except Master and TEMPDB

The Guest user account is created by default in all databases and is used when explicit permissions are not granted to access an object. It is not mapped directly to any login, but can be used by any login. Depending on your security needs, it may make sense to drop the Guest user account, in all databases except Master and TempDB



Discussion

No Comment Found