sql server 2005在域控删除后出现sa登录失败

sql server 2005一直是在域中,服务器删除域控后,客户端用sa连接提示 sa连接失败。
失败日志 错误: 18456,严重性: 14,状态: 16。
日志在提示sa 登录失败前有这样一段提示:
SQL Server is now ready for client connections. This is an informational message; no user action is required.

The SQL Network Interface library could not register the Service Principal Name (SPN) for the SQL Server service. Error: 0x54b, state: 3. Failure to register an SPN may cause integrated authentication to fall back to NTLM instead of Kerberos. This is an informational message. Further action is only required if Kerberos authentication is required by authentication policies.
请问是什么问题引发sa 登录错误

查一下是否sa被禁止登陆了,如果完全无法登陆数据库,可以在系统服务中,将sqlserver服务的登陆用户更改为当前操作系统的管理员用户,使用本地用户登录查看。

参考这里:https://blogs.technet.microsoft.com/mdegre/2009/11/08/the-sql-network-interface-library-was-unable-to-register-spn/

用root用户登一下,查看user 表的权限

域控的用户列表在域控主机上,不是在sql服务器上,脱离后无法识别。

在网上找了好久资料,还是不知道 失败日志 错误: 18456,严重性: 14,状态: 16。 状态16 到底是什么错误