Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
argate7
Starting Member
7 Posts |
Posted - 2009-04-13 : 05:14:01
|
Hi, i need some help from you.I need to do..."User management must be applied with one user having administrator rights and another with read only rights. Add at least one additional user to demonstrate roles and security management in SQL Server 2005"How this could be implemented?create user adminfor login adminwith default_schema = dbaccessadmincreate user guestfor login guestwith default_schema = dbdatareadercreate user supfor login supwith default_schema = db_securityadminAre these right?and if not, where is the problem? |
|
|
|
|