加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长学院 > MsSql教程 > 正文

MS sqlserver 部分问题解决技巧

发布时间:2020-12-12 14:56:09 所属栏目:MsSql教程 来源:网络整理
导读:1、清除管理员和指定用户的密码: sp_password null,'','username' 2、修改数据库最大允许接入的用户数: sp_configure 'show advanced option','1' reconfigure go sp_configure 'user connections',0 reconfigure go 3、SQLSERVER2000安装无需重启的方法:

1、清除管理员和指定用户的密码:

sp_password null,'','<username>'

2、修改数据库最大允许接入的用户数:

sp_configure 'show advanced option','1'

reconfigure

go

sp_configure 'user connections',0

reconfigure

go

3、SQLSERVER2000安装无需重启的方法:

?在HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSessionManager

中找到PendingFileRenameOperations项目,并删除它。这样就可以清除安装暂挂项目。

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读