当前位置:网站首页>What should I do if the sql server installation fails (what should I do if the sql server cannot be installed)
What should I do if the sql server installation fails (what should I do if the sql server cannot be installed)
2022-07-30 14:11:00 【Full stack programmer webmaster】
Hello everyone, meet again, I'm your friend Quanstack Jun.
SQL Installation FAQ
- The Windows update service is abnormal If the error shows that there is a problem with the Windows update service, it means that your computer may have closed the service.
Method 1: You can open it through the control panel, enter the [Control Panel], select [System and Security], click [Administrative Tools], double-click [Services], find "Windows update", click the right mouse button, and then click "Properties" in "Startup"Type" select "Auto".After installing the SQL server, it can be modified to disable;
Method 2: Shortcut [Ctrl+Alt+delete] to select and enter the task manager, find [Services] in the upper right corner, then open the service in the lower left corner, find Windows update, right-click and select Properties, and modify it in the startup type."Automatic" or "Disabled"
2. Unable to find one or more components, please reinstall the application
Find the SQL server installation program, double-click "setup" to enter the installation center, select Repair in [Maintenance], and click Next in turn. If you want to restart, you can only restart first, and SQL will be automatically stopped during the repair process.server service, the SQL server service will be automatically started after the repair is completed.
Delete SQL server completely
- Uninstall a program Enter the control panel [Win key+R+Enter control+Enter], click [Programs] and then click [Programs and Features] to uninstall all programs with SQL server
- Delete SQL files Find the SQL server files in the SQL installation disk (usually C disk) and delete all the SQL server files under the path of Program Files and Program Files (X86)
- Delete the registry [Win+R+enter regedit] to enter the registry editor, and perform the following operations after entering (1) Completely delete the SQL server:
hkey_local_machine\software\Microsoft\MSSQLServer hkey_local_machine\software\Microsoft\Microsoft SQL Server hkey_current_user\software\Microsoft\Microsoft SQL Server hkey_current_user\software\Microsoft\Microsoft SQL Server hkey_local_machine\system\currentcontrolset\control\sessionmanager\pendingfilerenameoperations
p>(2) Delete related information from the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSDTC.
Find the PendingFileRenameOperations project in the project to the right of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager and delete it.This will clear the installation pending items
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\setup remove ExceptionComponents
(3) Run the registry and delete the following items
HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer
Publisher: Full-stack programmer, please indicate the source: https://javaforall.cn/128949.htmlOriginal link: https://javaforall.cn
边栏推荐
猜你喜欢
随机推荐
[VMware virtual machine installation mysql5.7 tutorial]
CF603E Pastoral Oddities
HCIP(第十五天) —— 交换机(一)
Learning notes - 7 weeks as data analyst "in the first week: data analysis of thinking"
CF338E Optimize!
逻辑漏洞----权限类漏洞
华为7年经验的软件测试总监,给所有想转行学软件测试的朋友几点建议
TaskDispatcher source code parsing
(论文翻译]未配对Image-To-Image翻译使用Cycle-Consistent敌对的网络
pytorch学习记录(六):循环神经网络 RNN & LSTM
43.【list的简单属性】
shell 编程规范与变量
el-table中el-table-column下的操作切换class样式
业内人士真心话:只会测试没有前途的,我慌了......
jsArray数组复制方法性能测试2207300040
为什么做软件测试一定要学自动化?谈谈我眼中自动化测试的价值
cookie模拟登录「建议收藏」
如何判断自己是否适合IT行业?方法很简单
高性能数据访问中间件 OBProxy(三):问题排查和服务运维
jsArray array copy method performance test 2207292307