I am new to SQL Server, I need a quick understanding on the following :
A login_id is attached to user_id and user_id is associated with a group. my queries would be
1) is login_id and user_id mapped one-to-one?
2) I could create a user without attaching to login-id. How do I connect to database as that user?
3) Anything which explains user, login and role better would be great !!
Anyone experienced in SQLServer may please explain these for me.
thanks
A login_id is attached to user_id and user_id is associated with a group. my queries would be
1) is login_id and user_id mapped one-to-one?
2) I could create a user without attaching to login-id. How do I connect to database as that user?
3) Anything which explains user, login and role better would be great !!
Anyone experienced in SQLServer may please explain these for me.
thanks