Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
fatalbert
Starting Member
9 Posts |
Posted - 2006-02-03 : 09:07:49
|
| There's a tutorial ([url]http://msdn2.microsoft.com/ms345296.aspx[/url]) on how you create a login in SQL Server. But when I type a new user name I get the error message that the name allready exists. But if I type a existing user name I get the error message that the user name or group couldn't be found. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2006-02-03 : 13:30:13
|
| Could you post the code that you used?Tara Kizeraka tduggan |
 |
|
|
druer
Constraint Violating Yak Guru
314 Posts |
Posted - 2006-02-03 : 14:27:06
|
| I'm guessing something was supposed to be "not =" and you put "=" or something like that since you are getting directly opposite results. |
 |
|
|
fatalbert
Starting Member
9 Posts |
Posted - 2006-02-03 : 15:53:35
|
| I'm not using code. I'm using the Sql Server Management Studio. |
 |
|
|
|
|
|