0% found this document useful (0 votes)
5 views1 page

Simple Project On Monitor and Administer Database

The document outlines a project for creating and managing database security strategies at Sawla Polytechnic College. It involves designing user accounts with specific privileges for a merchant database, including tasks such as granting and denying access rights. The project specifically details user roles and permissions for three employees in a hypothetical company scenario using SQL Server 2008 or later.

Uploaded by

Amanuel Kassa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Simple Project On Monitor and Administer Database

The document outlines a project for creating and managing database security strategies at Sawla Polytechnic College. It involves designing user accounts with specific privileges for a merchant database, including tasks such as granting and denying access rights. The project specifically details user roles and permissions for three employees in a hypothetical company scenario using SQL Server 2008 or later.

Uploaded by

Amanuel Kassa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Sawla Polytechnic College

Simple project on monitor and administer database


design and create security strategies
Create different type of security strategies for the database users on SQL server 2008 or latest
version
Case: by using the above database in project 1 assume you are a database Administrator of Xy
company and the company database is used and accessible by different Employees Each
database user has her/his own privilege and permission to access the table assigned by you .Now
you need to grant privilege and logging account for each database user that access and use the
table according to the following rule.

 Use merchant database


Database user Login Password Privileges Table name Description
name account
Alemu Login 1 1234 Insert,update,delete,read Customer

Kemilat Login 2 123 Read Customer

Habtamu Login 3 Login123 Insert,update,delete and All table Can grant this
read privilege to
others

Task : design and create security strategies

1. By using the previous database create the three database user with their respective
login account and password
2. Grant privileges for each user based on the given information
3. Use SQL server account and grant insert privilege to “kemilat” user
4. When kemilat tries drop table the SQL server displays message like this “Access
denied” what would you do to enable to drop table?
5. Deny alemu and kemilat from delete customers table data by creating role group_users
and and them to role group_users

You might also like