RE: can't connect to sql server using sa
From: linda deng[MS] (lideng@online.microsoft.com)
Date: 08/28/02
- Next message: Sebastien: "Which right to create JOB ?!"
- Previous message: sys: "Re: can't connect to sql server using sa"
- In reply to: sys: "can't connect to sql server using sa"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: lideng@online.microsoft.com (linda deng[MS]) Date: Wed, 28 Aug 2002 08:01:14 GMT
Hi Sys,
There are two typical kinds of the error 'Login failed'. One is the error
18452: Not associated with a trusted SQL Server connection, the other is
the error 18456: Login failed.
For the first error, it relates to the authentication mode supported by the
SQL Server. If your error is the first one, you can change the Windows NT
authentication to Mixed Mode. Please according to the Knowledge Base (KB)
article Q285097 (specified by oj) to modify the registry, if the SQL Server
is MSDE and you don't have the SQL Server client tools installed on the
machine, for example, the Enterprise Manager (EM). If the SQL Server is not
the MSDE, you can modify the authentication mode with EM.
If the error is the second one, you should make sure the password of the
account 'sa' is right or you can re-set the password for it. You can
implement this operation with the stored procedure 'sp_password' or EM.
For more information, please refer to Microsoft SQL Server Books Online.
Sincerely,
Linda Deng
Microsoft Support Engineer
This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: Sebastien: "Which right to create JOB ?!"
- Previous message: sys: "Re: can't connect to sql server using sa"
- In reply to: sys: "can't connect to sql server using sa"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|