Re: Login to SQL with non domain account

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi,

Looks liks your SQL Server is setup for Windows Authentication only. In that
case to communicate to
SQL Server you may need to login to client with an domain user which has
access to SQL Server. Incase
if you can not do that then change the authetication mode to Windows and SQL
Server authentication.

In this you could connect to SQL Server using SQL Server Authentication.

Thanks
Hari

"Ido friedman" <Idofriedman@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:85A4A648-23E0-4AF6-870D-BE7380734DBC@xxxxxxxxxxxxxxxx
I have a problem accessing a SQL instance from a VB script that uses a SQL
user, and is executed with a local computer user.

When I use the same VB script while logged on with any domain user it
executes successfully.

All SQL tools like query analyzer and enterprise admin have not problems.

What can cause this problem?

Any help would be appreciated.


Thanks in advance,

Ido Friedman


.



Relevant Pages

  • Re: NT authentication vs. SQL auth
    ... that Windows Authentication is more "demanding" than is SQL Server ... I would think that SQL Server, rather than just looking at its own (probably ...
    (microsoft.public.sqlserver.security)
  • Re: NT authentication vs. SQL auth
    ... that Windows Authentication is more "demanding" than is SQL Server ... I would think that SQL Server, rather than just looking at its own (probably ...
    (microsoft.public.sqlserver.security)
  • Re: SBS 2000 + ASP.NET 1.1 + IIS Lockdown not working.
    ... Currently I am using Windows authentication. ... I will try SQL Server ... You can encrypt these string ...
    (microsoft.public.inetserver.iis.security)
  • Re: Need Help w/ SQLServer Express Authentication
    ... Windows Authentication can not be disabled using Mixed Authentication. ... You can only disable SQL Server authentication and Microsoft recommends using Windows Authentication when possible. ... Logins make your users to connect and perform their tasks in SQL Server. ...
    (microsoft.public.sqlserver.setup)
  • Windows Authentication with SQL Server running on Workgroup server machine
    ... I'm currently trying to understand SQL Server Windows Authentication ... The server is a machine named 'databaseserver' that runs SQL Server ...
    (microsoft.public.sqlserver.connect)