登录到Microsoft SQL Server错误:18456 [英] Login to Microsoft SQL Server Error: 18456

查看:173
本文介绍了登录到Microsoft SQL Server错误:18456的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在尝试连接到SQL Server时收到此错误。


Microsoft SQL Server错误:18456


任何人都可以告诉我错误代码是什么意思?

解决方案

如果您尝试使用SQL Server身份验证进行连接,那么您可能需要修改服务器身份验证;



在Microsoft SQL Server Management Studio中的对象资源管理器中:




  • 右键点击服务器并点击属性


  • 转到安全页面



  • 重新启动您的服务器




这可能会对您有所帮助!


I am getting this error while trying to connect to the SQL Server.

Microsoft SQL Server Error: 18456

Can anybody tell me what the error code means?

解决方案

if you're trying to connect using "SQL Server Authentication" then you may want to modify your server authentication ;

Within the Microsoft SQL Server Management Studio in the object explorer:

  • Right click server and click properties

  • go to security page

  • under Server authentication, choose the SQL Server and Windows Authentication mode radio button

  • click OK

  • restart your server

this might help you !

这篇关于登录到Microsoft SQL Server错误:18456的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆