Microsoft
70-457 · Question #37
You administer a Microsoft SQL Server 2012 database that has multiple tables in the Sales schema. Some users must be prevented from deleting records in any of the tables in the Sales schema. You…
The correct answer is A. Create a custom database role that includes the users. See the full explanation below for the reasoning.
Question
You administer a Microsoft SQL Server 2012 database that has multiple tables in the Sales schema. Some users must be prevented from deleting records in any of the tables in the Sales schema. You need to manage users who are prevented from deleting records in the Sales schema. You need to achieve this goal by using the minimum amount of administrative effort. What should you do?
Options
- ACreate a custom database role that includes the users.
- BInclude the Sales schema as an owned schema for the db_denydatawriter role.
- CDeny Delete permissions on each table in the Sales schema for each user.
- DCreate a custom database role that includes the users.
How the community answered
(41 responses)- A73% (30)
- B7% (3)
- C15% (6)
- D5% (2)
Community Discussion
No community discussion yet for this question.