Collections:
Security Principals Used in SQL Server 2005 in SQL Server
What Are Security Principals Used in SQL Server 2005 in SQL Server?
✍: FYIcenter.com
SQL Server 2005 supports several basic security principals located at different levels:
To access a SQL Server instance, you must use a Windows login or a SQL Server login previously created in that server instance. Once you logged in, you are represented by this login name as your security principal at the server level.
If you select a specific database in the server to use, SQL Server will search that database for a previously user that has been mapped to your login name. If that user is located, you are represented by this user name as your security principal at the database level.
⇒ Suser_Sname() - Sever Level Security Principal of Your Session in SQL Server
⇐ Security Model Used in SQL Server 2005 in SQL Server
2016-10-20, 2272🔥, 0💬
Popular Posts:
What Is Program Global Area (PGA) in Oracle? A Program Global Area (PGA) is a memory buffer that is ...
How To Convert Characters to Numbers in Oracle? You can convert characters to numbers by using the T...
How To Drop an Index in Oracle? If you don't need an existing index any more, you should delete it w...
Where to find reference information and tutorials on MySQL database functions? I want to know how to...
How To Install Oracle Database 10g XE in Oracle? To install 10g universal edition, double click, Ora...