Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a login and database user Sam. If you get a server principal already exists error you know from our video on Authentication that a
Create a login and database user Sam. If you get a server principal already exists error you know from our video on Authentication that a login Sam already exists. If that is the case you will need to use a different login than Sam. The new login needs to be unique I would suggest your firstnamelastname. Sam or your own database user name should have select, delete, insert, and update authorization to all tables in your database. Sam or your own database user name should not have access to change the structure of the tables in your database.
Create a login and database user Jane. If you get a server principal already exists error you know from our video on Authentication that a login Jane already exists. If that is the case you will need to use a different login than Jane. The new login needs to be unique I would suggest your firstnamelastname. Jane or your own database user name should have read authorization to all the tables in your database. Jane or your own database user name should only have delete, insert and update authorization to the student table. Jane our your own database user name should not have delete, insert and update authorization to any other tables.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started