Click here to Skip to main content
15,893,722 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
My requirement is, I want to create two database users in Microsoft SQL server management studio 2008. One is ‘sa’ having rights of maintenance, backup plan etc activities and the other user is 'dbuser'. Now I want that 'dbuser' can only see database structure such as tables and stored procedure and ‘sa’ user or different user may not have rights to see my database structure.

How can I achieve it as I am having very less knowledge about Microsoft SQL server management studio 2008? Reply soon.

Thanks.
Posted
Updated 19-May-11 21:21pm
v3

1 solution

Check the Below link to see how to create a new user.

Creating New User [^]

BR//
Harsha
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900