MTA DAF 5 Flashcards
What role can you give to a user who gives full access to the SQL server and databases?
sysadmin
What is used to grant a user account access to a database?
permission
If you are using mixed mode, what account is the build-in SQL administrator account?
sa
What command would you use to grant object permissions?
GRANT
What is the act of establishing or confirming a user or system identity?
authentification
What fixed database role allows you to have full permission to a database?
db_owner
what fixed role allows you to create logins for the server?
securityadmin
Which type of backup backs up only the data in the primary filegroup and specified files or filegroups?
partial backup
If you need to restore a database after an incremental backup, what do you need to do for a restore?
Restore the backup and all the incremental backups since the last full backup.
what role is automatically granted to all user?
public
What fixed server role allows you to create, alter, and drop disk files?
diskadmin
What permission would you assign that will remove the permission previously assigned?
revoke
Which service account should you use if you need to have network access?
domain user account
What fixed database role would you use to manage database-level security roles and permissions?
db_securityadmin
Which type of backup backs up all changes since the last backup?
incremental backup