Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Serving Database Security with SQL Server Case You are the DBA for Acme Corp. Youre asked to implement a new database server using Microsoft SQL

Serving Database Security with SQL Server Case

You are the DBA for Acme Corp. Youre asked to implement a new database server using Microsoft SQL Server 2014. In any implementation, security needs to be woven throughout the project, not implemented as an afterthought. Design an implementation that allows you to implement policies. The design should also include a role-based security structure.

The business requirements for the database are as follows:

  • No user should have delete access to any object.
  • Human Resources need to be able to fully manage employee data.
  • Customer Service needs to be able to make changes to existing customers and view order data.
  • Customer account managers need to be able to fully manage customer data and orders.
  • Sales needs to able to view customer data and fully manage orders.
  • Marketing needs to able to pull quarterly sales numbers for analysis.

The roles and corresponding permissions on tables are defined in the following tables. Please give statements to create corresponding roles, and grant/deny appropriate permissions according to the requirement. Assume all tables are defined in database Northwind, and roles should be created in this database too.

image text in transcribed

Table 4-10 HumanResources Table Employees Select Insert Update Delete Table 4-11 Customer Service Table Customers Orders Order Details Select Insert Update Delete Table 4-12 Account Managers Table Customers Orders Order Details Select Insert Update Delete Table 4-13 Sales Table Customers Orders Order Details Select Insert Update Delete Table 4-14 Marketing Table Territories Orders Order Details Select Insert Update Delete Table 4-10 HumanResources Table Employees Select Insert Update Delete Table 4-11 Customer Service Table Customers Orders Order Details Select Insert Update Delete Table 4-12 Account Managers Table Customers Orders Order Details Select Insert Update Delete Table 4-13 Sales Table Customers Orders Order Details Select Insert Update Delete Table 4-14 Marketing Table Territories Orders Order Details Select Insert Update Delete

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Murach's SQL Server 2012 For Developers

Authors: Bryan Syverson, Joel Murach, Mike Murach

1st Edition

1890774693, 9781890774691

More Books

Students also viewed these Databases questions