Hello there, Did you have a failure previous installation? If so, please uninstall the previous SQL Server completely. Maybe there have some components have been left. Please follow below steps to delete the left components: Uninstall the existing SQL Server and all the components from the add remove program. Backup the registry. Delete the following keys using regedit: --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete all the sub-keys referencing SQL Server. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server. Rename all the SQL Server folders in the computer. Reboot the machine. Hope this resolves your Query !! --If the reply is helpful, please Upvote and Accept it as an answer--
SQL Server 2019 Evalution Edition can't installation errors
I got stuck when install SQL Server Evalution Edition
This is the error information.
How can I fix it ?
PS, My window edition is win11 Home Chinese.
Windows for business | Windows Server | User experience | Other
SQL Server | Other
3 answers
Sort by: Most helpful
-
-
Olaf Helper 47,586 Reputation points2023-04-26T11:48:21.07+00:00 The screenshot is useless for use. Review the installation log file for more details: https://learn.microsoft.com/en-us/sql/database-engine/install-windows/view-and-read-sql-server-setup-log-files?view=sql-server-ver16 The Evaluation Edition equals the Enterprise Edition; Enterpise is not supported on Windows 11 Home. It may can work or may not, see https://learn.microsoft.com/en-us/sql/sql-server/install/hardware-and-software-requirements-for-installing-sql-server-2022?view=sql-server-ver16#operating-system-support
-
Anonymous
2023-04-27T03:28:01.5633333+00:00 Hi @Ying Yin
If this error appears on Windows 11, it is most likely related to a system disk sector size larger than 4 KB. You can check this link to troubleshoot errors related to system disk sector sizes larger than 4 KB: https://learn.microsoft.com/en-us/troubleshoot/sql/database-engine/database-file-operations/troubleshoot-os-4kb-disk-sector-size.
If it's not this error, can you check your error log for more detailed error information? By default, the error log is located at
Program Files\Microsoft SQL Server\MSSQL.n\MSSQL\LOG\ERRORLOGandERRORLOG.n files.Best regards,
Aniya