Link to home
Start Free TrialLog in
Avatar of Winston Smith
Winston SmithFlag for Canada

asked on

Create user and add to role / schema

I have a SQL Server 2005 database. 100 tables or so which i am right now accessing using the sa login, as this is just dev at the moment i have not worried too much about that.

I have 5 different client applications in the field, the only way people access the server data. I want to make 5 different logins, one for each application. I guess a schema would be the way to go, or a role in a schema?

As you can tell i am new to the security side of logins and have no idea where to start. Do i do it with the GUI, or T-SQL (either way i am comfortable). How do i set the permissions on each table.

As much of a step by step tutorial would be great. I am not using Windows groups or accounts, strictly sql logins.

Cheers
ASKER CERTIFIED SOLUTION
Avatar of Chris M
Chris M
Flag of Uganda image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Winston Smith

ASKER

Thanks Chris, got it working!!