TroyMcClure
Technical User
OK, I'm undergoing mass confusion as to what's a User and a Login in sql 2000.
In EM, I try to create a user, but it asks for a login??!! I thought a user was a login? Anyway, it lists 'sa' as the only one in the dropdown at the top of the 'new user' dialog, so here are the 3 logical possibilities and the result:
1. I choose 'sa'--the ONLY thing in drowpdown, it and it says I can't use the reserved name sa!!
2. So I just type in anything, figuring this is a 'new' user, but it gives me the error that it doesn't exist!
3. Ok, I find one that *does* exist by looking in sp_helpuser list, and it says that already exists.
What is up with that!? Is this not a catch 22?
And how do the two authentication 'modes' differ:
NT authentication
...and
sql authentication
...when doing an odbc connection? Is Sql server itself in one of these 'modes'? Or are these authentication modes set database by database? Can these modes overlap? Can I create an odbc db connection using either or both methods?
I guess I just need a clear explanation of the different modes of authentication, and how and when each one is in effect, and if they can overlap, and what's up with users and logins. Thanks for any light on this,
Troy
In EM, I try to create a user, but it asks for a login??!! I thought a user was a login? Anyway, it lists 'sa' as the only one in the dropdown at the top of the 'new user' dialog, so here are the 3 logical possibilities and the result:
1. I choose 'sa'--the ONLY thing in drowpdown, it and it says I can't use the reserved name sa!!
2. So I just type in anything, figuring this is a 'new' user, but it gives me the error that it doesn't exist!
3. Ok, I find one that *does* exist by looking in sp_helpuser list, and it says that already exists.
What is up with that!? Is this not a catch 22?
And how do the two authentication 'modes' differ:
NT authentication
...and
sql authentication
...when doing an odbc connection? Is Sql server itself in one of these 'modes'? Or are these authentication modes set database by database? Can these modes overlap? Can I create an odbc db connection using either or both methods?
I guess I just need a clear explanation of the different modes of authentication, and how and when each one is in effect, and if they can overlap, and what's up with users and logins. Thanks for any light on this,
Troy