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, 2458🔥, 0💬
Popular Posts:
How To Connect to a MySQL Server with a Port Number in MySQL? If you want to connect a MySQL server ...
How To Query Tables and Loop through the Returning Rows in MySQL? The best way to query tables and l...
How To Enter Unicode Character String Literals in SQL Server Transact-SQL? Unicode characters are mu...
Collections: Interview Questions MySQL Tutorials MySQL Functions Oracle Tutorials SQL Server Tutoria...
Where to find answers to frequently asked questions on Storage Engines: MyISAM, InnoDB and BDB in My...