Re: cannot connect to the database using sa or a new login
From: Sue Hoegemeier (Sue_H_at_nomail.please)
Date: 11/18/04
- Next message: Ethan Cottrell: "Re: Event ID: 17055 Source: MSSQLSERVER Type: Information Login failed"
- Previous message: mitra: "cannot connect to the database using sa or a new login"
- In reply to: mitra: "cannot connect to the database using sa or a new login"
- Next in thread: Chris V.: "Re: cannot connect to the database using sa or a new login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 17 Nov 2004 16:03:06 -0700
The error indicates you are trying to access the server with
SQL logins but the server is configured for Windows
Authentication only. So try changing the Authentication mode
to SQL Server and Windows.
You can find this by right clicking on the server in
Enterprise Manager, select properties and go to the security
tab.
-Sue
On Wed, 17 Nov 2004 14:48:02 -0800, "mitra"
<mitra@discussions.microsoft.com> wrote:
>Hi,
>
>I have problem connecting to any of the databases on the local machine using
>the "sa" or any of the logins that I had created and gave database access. I
>have SQL Server 2000 Developer Edition installed on XP Professional OS.
>
>I am getting the following error:
>
>Java.sql.SQLException: []Login failed for user ‘sa’. Reason: Not associatied
>with a trusted SQL Server connection
>
>I have never seen this error message.
>
>I have the same SQL Server 2000-Developer edition installed on this other XP
>Professional system and there is no problem with connecting to any of its
>local machine databases.
>
>Please help!
>
>Thank you,
- Next message: Ethan Cottrell: "Re: Event ID: 17055 Source: MSSQLSERVER Type: Information Login failed"
- Previous message: mitra: "cannot connect to the database using sa or a new login"
- In reply to: mitra: "cannot connect to the database using sa or a new login"
- Next in thread: Chris V.: "Re: cannot connect to the database using sa or a new login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|