RE: Error 18452
From: Fany Vargas [MSFT] (fvargas_at_online.microsoft.com)
Date: 11/20/04
- Next message: Thank You: "Use SQL statements in Excel VBA to query SQL Server Data Problem"
- Previous message: Fany Vargas [MSFT]: "RE: SQL-Server and Win2k3"
- In reply to: kwanc: "Error 18452"
- Next in thread: kwanc: "RE: Error 18452"
- Reply: kwanc: "RE: Error 18452"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 20 Nov 2004 07:23:47 GMT
This error is thrown when you try to connect to a SQL Server using a
"standard" SQL login (such as the sa account) but your SQL server is
configured to only accept Windows logins. To allow standard logins you
would need to to set up Mixed Mode security:
In enterprise manager:
Expand a server group.
Right-click a server, and then click Properties.
Click the Security tab.
Under Authentication, click SQL Server and Windows.
References:
See Books Online topic: Authentication Modes
Fany Vargas
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
Are you secure? For information about the Strategic Technology Protection
Program and to order your FREE Security Tool Kit, please visit
http://www.microsoft.com/security.
Microsoft highly recommends that users with Internet access update their
Microsoft software to better protect against viruses and security
vulnerabilities. The easiest way to do this is to visit the following
websites:
http://www.microsoft.com/protect
http://www.microsoft.com/security/guidance/default.mspx
- Next message: Thank You: "Use SQL statements in Excel VBA to query SQL Server Data Problem"
- Previous message: Fany Vargas [MSFT]: "RE: SQL-Server and Win2k3"
- In reply to: kwanc: "Error 18452"
- Next in thread: kwanc: "RE: Error 18452"
- Reply: kwanc: "RE: Error 18452"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|