Re: 2000k connect from outside domain

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



You cannot fill in the user name and password because by doing so you are telling the login process to use SQL Server Authentication rather than windows authentication, and you would need a SQL Server authenticated login to do so.

You can set up SQL Server to use mixed mode authentication where it accepts login requests for both windows authenticated users and SQL Server authenticated users, but that is less secure.

Simon Worth

Datasort wrote:
Login Problem:

Trying to log into a 2000K SQL Server using a windows user account when not logged into the domain.

Is this possible?

Example:

Domain Account is : aaa
Password is: password
Domain is:   domain1

On the Server Box1 have a windows user account called :
\domain1\aaa  with a type of windows user.

I can also ping Box1

I want to use query manager to log into the box or enterprise manager 2000K. I have tried to fill in user ID and password with

aaa
passord

And \domain1\aaa
password


Neither work.  Any help would be appreciated

Thanks in advance,

Stewart Rogers
.



Relevant Pages

  • Re: Granting permission to a database - need help
    ... Windows authentication, and not use an application login, as then ... Links for SQL Server Books Online: ... USE Driver Access ...
    (microsoft.public.sqlserver.programming)
  • Re: ODBC worked until Server reboot defaulted to windows authentic
    ... I got the exact spelling of the windows login with the case and I rebooted ... The odbc source is set up in windows and that connects on the test. ... The SQL Server Mgmt studio connects also but only as Windows authentication. ...
    (microsoft.public.sqlserver.setup)
  • Re: login 101..
    ... On Windows 2003, SQL Server 2005 can enforce the Windows password complexity ... Windows authentication - SQL Server uses a special protocol to ask ... user is in the list of allowed logins, ...
    (microsoft.public.sqlserver.security)
  • Re: Granting permission to a database - need help
    ... folder and it would have the database connection info. ... Windows authentication, and not use an application login, as then ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ...
    (microsoft.public.sqlserver.programming)
  • RE: How to create a trusted connection
    ... You need to grant access for the Windows login by referring to the books ... is set to use Windows authentication to be able to do trusted connection. ... There are two modes of authentication in SQL Server: ...
    (microsoft.public.sqlserver.security)