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 登录失败
基础教程推荐
- while 在触发器内循环以遍历 sql 中表的所有列 2022-01-01
- 如何在 CakePHP 3 中实现 INSERT ON DUPLICATE KEY UPDATE aka upsert? 2021-01-01
- MySQL 5.7参照时间戳生成日期列 2022-01-01
- 带有WHERE子句的LAG()函数 2022-01-01
- CHECKSUM 和 CHECKSUM_AGG:算法是什么? 2021-01-01
- ORA-01830:日期格式图片在转换整个输入字符串之前结束/选择日期查询的总和 2021-01-01
- MySQL根据从其他列分组的值,对两列之间的值进行求和 2022-01-01
- 带更新的 sqlite CTE 2022-01-01
- 从字符串 TSQL 中获取数字 2021-01-01
- 使用 VBS 和注册表来确定安装了哪个版本和 32 位 2021-01-01
