Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
please help me. I can not log into sql server 2008 R2 by Windows Authentication user
Posted

1 solution

Probably, because the SQL server instance is set up to require "proper" user authentication - this is normal for production, it's usually only development instances that use Windows Authorization.

Contact your database administrator: he will be able to sort out an user ID / password combo for you to use in your connection string.
 
Share this answer
 
Comments
Lỗi Của Định Mệnh 17-Jul-14 13:23pm    
thank you very much!
OriginalGriff 17-Jul-14 13:58pm    
You're welcome!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900