积极答复者
登录失败。该登录名来自不受信任的域,不能与 Windows 身份验证一起使用。

问题
答案
-
Use sql authentication if server is not in domain. By the way, trusting domains is not something dba should do. It's domain admin's task that requires domain admin rights.
- 已建议为答案 Molly Chen_Moderator 2011年8月23日 7:11
- 已标记为答案 Molly Chen_Moderator 2011年8月25日 5:16
全部回复
-
原来部分机器 不用以域账号登陆的 是登陆的本地计算机 那个本地的计算机的用户名和密码是和域里面一致的。原来在SQL2000下面没有问题 。现在公司进行数据库迁移以后到SQL2008以后 会提示登陆失败。该登陆名来自不受信任的域,不能与windows身份验证一起使用。 一定要把客户端电脑加入域以后才可以正常访问应用程序。
请问 三楼的回复
Is it domain account? Is it valid login in sql? Is sql server in same domain? If not, that account can't access sql unless you trusted domains.
If not, that account can't access sql unless you trusted domains.
我要怎么样在信任域.是在 SQL 2008 里面进行配置吗 怎么样配置哈 -
Use sql authentication if server is not in domain. By the way, trusting domains is not something dba should do. It's domain admin's task that requires domain admin rights.
- 已建议为答案 Molly Chen_Moderator 2011年8月23日 7:11
- 已标记为答案 Molly Chen_Moderator 2011年8月25日 5:16