Hi Customer,
This is Mark, a SQL Server Engineer. I'm glad to assist you with the issue.
By the way, may I call you Moon?
Based on your description, I understand that you would like to let the
domain user connect to the SQL Server. Is it correct? If I misunderstand
the issue, please tell me. That will help us resolve the issue quickly.
in order to resolve the issue, I would like to explain the following:
1 The following actions you did by configuration manager will not change
the authentication model the SQL Server use. Those actions will change the
SQL Server startup account.
selected 'this account'->select the the domain administrator account,
and entered it's password.
2 To change the authentication model used by SQL Server, there are some
detail steps for you.
In SQL Server Management Studio Object Explorer, right-click the server,
and then click Properties.
On the Security page, under Server authentication, select the new server
authentication mode, and then click OK.
In the SQL Server Management Studio dialog box, click OK, to acknowledge
the need to restart SQL Server
3 For domain account, they also should use windows authentication to
connect to the SQL Server.
right kick SSMS->run as-> 'the following user'->type the domain user name
and password. Then we can use the domain user to connect to the SQL Server
by SSMS
Note, before doing the above, make sure the domain user is a login account
of the SQL Server.
If you have any questions on the above information, please tell me.
I look forward to hearing from you.
Best regards,
Mark Han
Microsoft Online Community Support
===========================================================
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at: msdnmg DeleteThis @microsoft.com.
===========================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for
non-urgent issues where an initial response from the community
or a Microsoft Support Engineer within 1 business day is acceptable.
Please note that each follow up response may take approximately
2 business days as the support professional working with you may
need further investigation to reach the most efficient resolution.
The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by
contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
============================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
=========================================================
>> Stay informed about: Can't connect using mixed auth. mode and a windows accounts