Home > Database > Mysql Tutorial > body text

解决SQL Server2000提示挂起的办法

WBOY
Release: 2016-06-07 16:17:55
Original
2179 people have browsed it

解决SQL Server2000提示挂起的办法: 1:在开始菜单中点击运行,输入 regedit ,打开注册表。 2:展开 HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Session Manager 单击FileRenameOperations键,删除右侧界面中出现的PendingFileRenameOperations

  解决SQL Server2000提示挂起的办法:

  1:在开始菜单中点击运行,输入 regedit ,打开注册表。

  2:展开 HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Session Manager

  单击FileRenameOperations键,删除右侧界面中出现的PendingFileRenameOperations键值

  3:重新安装 SQL Server。

  原理:

  PendingFileRenameOperations 记录安装过程中对临时文件的操作,SQL Server 安装时发现这个键便会认为前一次安装程序没有完成,,从而拒绝安装。

  理论上说,这个键值在重新启动后应该被删除,可是由于某种原因,这个操作可能没有自动进行,就需要我们人为来删除。

  怎么样?解决您的问题了吧!

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!