Hi, all:
I want to complete the following tasks in SQL server 2005:
1. Create a database named 'A' (I know how to do this)
2. Determine a user account to use to access A
3. Grant create and drop tables privilege for A to this user account
and ensure the user account is a member of db_ddladmin role.
4. Need to know the userID and password for this user account.
What confuses me is that the server has a 'security' folder which includes logins and server roles;
then each database has a 'security' folder which includes users and roles.
Can someone clarify the above concepts?
Can someone provide step-by-step instructions as to how to complete the above 2, 3 and 4 step?
Thank you so much.
I want to complete the following tasks in SQL server 2005:
1. Create a database named 'A' (I know how to do this)
2. Determine a user account to use to access A
3. Grant create and drop tables privilege for A to this user account
and ensure the user account is a member of db_ddladmin role.
4. Need to know the userID and password for this user account.
What confuses me is that the server has a 'security' folder which includes logins and server roles;
then each database has a 'security' folder which includes users and roles.
Can someone clarify the above concepts?
Can someone provide step-by-step instructions as to how to complete the above 2, 3 and 4 step?
Thank you so much.