Collections:
Security Model Used in SQL Server 2005 in SQL Server
What Is the Security Model Used in SQL Server 2005 in SQL Server?
✍: FYIcenter.com
SQL Server 2005 uses a very standard security model involves 3 concepts:
In simple terms, a principal answers the security question of "Who are you?"; a securable answers the security question of "What is your target object?"; a permission answers the security question of "You are allowed to perform this action on this target object".
SQL Server 2005 supports multiple securables and multiple principals organized into hierarchical structures as shown in this picture:
⇒ Security Principals Used in SQL Server 2005 in SQL Server
⇐ Managing Security, Login and User in SQL Server
2016-10-20, 2493🔥, 0💬
Popular Posts:
How To Break Query Output into Pages in MySQL? If you have a query that returns hundreds of rows, an...
How To Escape Special Characters in SQL statements in MySQL? There are a number of special character...
How To Connect to a MySQL Server with a Port Number in MySQL? If you want to connect a MySQL server ...
What Happens to the Current Transaction If a START TRANSACTION Is Executed in MySQL? If you are in a...
How To List All Stored Procedures in the Current Database in SQL Server Transact-SQL? If you want to...