You are on page 1of 1

1. Create a new login with your own name.

The password should also be the same as login

name. The default database for login will be created by yourself:

Create a database with name=”HIT_your name” and create two tables under this database

named as Instructor and course. Instructortable includes inst_id, inst_name, Sex and

Course table includes C_code, C_title.

2. Create a new user for the above login name with same name of the login and assign the

database you created above and the membership role =db_owner

3. Grant a permission like SELECT, UPDATE and DELETE on the student table for the

user you created above

4. Remove the permission you granted above from the user

5. Deny the INSERT, CREATE, ALTER permissions from the user on the table course

6. Backup the above database fully, differentially and using transaction log method

7. Restore the above database after you drop it.

You might also like