I just created a new web application that accepts a form-based input from a user and inserts it into the database. To go along with this, I created a new user in the database and initially assigned the user to two roles and schemas ...
db_datareader db_datawriter
Thinking about it, I realized that the user does not need to be part of the db_datareader role, because the user only inserted data into the database and never read it. So I came back and removed the db_datareader role and noticed that the circuit parameters were grayed out. I could not remove the user from the db_datareader schema db_datareader .
How do you go about removing a user from owning a particular scheme? Should I even assign ownership of the scheme in the first place?
I am registered as an administrator of SQL Server and Windows 7.
source share