When I attempt to create new login in MSSQL Server 2008, I get the following errors:

I have tried everything I know, but I can't get it to work.
What should I do and how I can solve these issues?
|
When I attempt to create new login in MSSQL Server 2008, I get the following errors:
I have tried everything I know, but I can't get it to work. What should I do and how I can solve these issues? |
||||
|
|
Open the Window again to create a new login. Use the "Search" button to find the Windows login you wish to create an account for. Then you can click the "Script To" button at the top and get the actual T/SQL Script. It should look something like
The UI doesn't always work correct for creating logins with spaces or other reserved characters. Once you have the T/SQL script correct any issues and run the script and the login should be created. If there is an error post the error message to the site. |
|||||||||||
|
|
I would verify that that is a true account you are trying to add. The second error message seems to indicate you may not have the proper account name. I would use the search button and find the local or AD account that way. The first error appears to say you didn't type a login name in when trying that approach. You could verify that you are in mixed mode authenticate as mKorbel describes but I think it is more a case of not finding that login or not typing a login name for the other message. The proper place you'd want to go is SSMS --> Right click at the instance level --> Properties --> Security and then you would select SQL and Windows if not selected. My guess is you probably already have that and just need to verify the logins you are using. |
|||||||
|