SQL Server login failed in Windows Server 2012(Windows Server 2012 中的 SQL Server 登录失败)
问题描述
我在使用 SQL Server 用户登录 SQL Server 2014 Express 版本时遇到问题.
I have a problem to login to SQL Server 2014 Express edition using a SQL Server user.
我在 Windows Server 2012 中遇到了这个问题.在普通的 Windows 机器上,我可以创建用户并登录.我将身份验证模式更改为混合并在 Internet 上完成所有操作,但仍然出现登录错误.
I have this problem in Windows Server 2012. In normal Windows machine I can create user and login. I changed the authentication mode to mix and did the all thing in Internet but still I got login error.
错误编号:18456
严重性:14
状态:1
行号:65536
Error Number: 18456
Severity: 14
State: 1
Line Number: 65536
如果有人可以帮助我.
推荐答案
我发现了问题.它与之前的安装即时冲突.在我删除所有内容并重新安装 SQL 后,使其工作.
I found the problem. It was conflict with previous installation instant. After I remove everything and reinstall SQL again make it work.
这篇关于Windows Server 2012 中的 SQL Server 登录失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Windows Server 2012 中的 SQL Server 登录失败
基础教程推荐
- 如何根据该 XML 中的值更新 SQL 中的 XML 2021-01-01
- MySQL 中的类型:BigInt(20) 与 Int(20) 2021-01-01
- 表 './mysql/proc' 被标记为崩溃,应该修复 2022-01-01
- 在 MySQL 中:如何将表名作为存储过程和/或函数参数传递? 2021-01-01
- 如何在 SQL 中将 Float 转换为 Varchar 2021-01-01
- oracle区分大小写的原因? 2021-01-01
- mysql选择动态行值作为列名,另一列作为值 2021-01-01
- 什么是 orradiag_<user>文件夹? 2022-01-01
- 在多列上分布任意行 2021-01-01
- 二进制文件到 SQL 数据库 Apache Camel 2021-01-01
