Home > Database > Mysql Tutorial > 在安装sql2005中或安装后sa用户无法登陆系统解决方法

在安装sql2005中或安装后sa用户无法登陆系统解决方法

WBOY
Release: 2016-06-07 18:04:39
Original
1163 people have browsed it

sql2005中或安装后sa用户无法登陆系统的处理方法。

具体的操作步骤如下:

1. 打开“SQL Server Management Studio”,连接时,身份验证使用"使用windows身份验证"
2. 右击连接实例的“属性”,选择“安全性”,将“服务器身份验证” 选择“SQL Server和windows身份验证模
式”,登陆审核选择“无”,确定!
3. 然后,执行:
EXEC sp_password NULL, '新密码', 'Sa'
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template