InterviewSolution
Saved Bookmarks
| 1. |
What Is Application Role In Sql Server Database Security? |
|
Answer» Application roles are DATABASE level roles like database roles. We can create them and assign permissions to them just like regular database roles but we can’t map users with them. Instead, we PROVIDE a password to unlock access to the database. Here it is how it works:
Application roles are database level roles like database roles. We can create them and assign permissions to them just like regular database roles but we can’t map users with them. Instead, we provide a password to unlock access to the database. Here it is how it works: |
|