重装sql server2008数据库安装不上原因

因为注册表已经存在了sql server的信息,所以重新安装时需要删除注册表的一些信息

打开注册表:regedit

删除 HKEY_LOCAL_MACHINEsystem/CurrentControlSet/Control/Session Manager的PendingFileRenameOpeerations;

删除后重启计算机,再安装

原文地址:https://www.cnblogs.com/liuwj/p/3388697.html