Article Summary: This article addresses an issue with SQL Server failed login attempts
An error: "Login failed. The login is from an untrusted domain and cannot be used with Windows authentication." when connecting to a SQL Server from a server or client computer using ODBC Data Souce Administrator (64-bit) and ODBC Data Souce Administrator (32-bit) or when attempting to open SQL Server Management Studio.
1. Check the Login Properties for the Windows user account and ensure it has at least public access the the SQL Server.
a. Press Windows Logo+R, type ssms.exe to open SQL Server Management Studio.
b. Click the plus sign next to Security to expand it.
c. Click the plus sign next to Login to expand it.
d. Double-click on the account to open Login Properties and click the Server Roles under Select a page.
e. Under Server Roles ensure at least public is selected.
2. Use SQL Server Management Studio to change the Server authentication in Server Properties.
a. Press Windows Logo+R, type ssms.exe to open SQL Server Management Studio.
b. Click Connect to connect to the correct SQL Server.
c. Right-click the name of the server in Object Explorer and select Properties.
d. Click on the Security page under Select a page.
e. Under Server authentication click SQL Server and Windows Authentication mode to enable SQL Server and Windows Authentication mode.
f. Click OK to save the changes.
This information applies to SQL Server 2005, SQL Server 2008, SQL Server 2008 R2 and SQL 2012.
Article ID: SLN290408
Last Date Modified: 09/08/2014 08:19 AM
Thank you for your feedback.