Cannot install sql server 2019(Windows 11 22H2)

Choudhary, Nikhil 1 Reputation point
2022-11-12T17:35:43.057+00:00

259720-screenshot-2022-11-12-230237.png

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,795 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,556 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 56,926 Reputation points
    2022-11-13T23:58:31.753+00:00

    the error generally means the device accounts you picked do not have enough permission or are invalid.

    uninstall server server (google for help if fails)
    if you know them - delete the accounts
    reboot

    reinstall sqlserver
    use NT AUTHORITY\NETWORK SERVICE

    0 comments No comments

  2. PandaPan-MSFT 1,901 Reputation points
    2022-11-14T08:07:40.337+00:00

    Hi @Anonymous ,
    I'm sorry that I can not open the link you posted , pls post the summary.txt
    And pls also post the detail.txt, which can be found in the location:
    260013-image.png

    Or you can try reinstalling the SQL Server:

    1. Use Control Panel -> Programs and Features
    2. Backup the registry.
    3. Delete the following keys in regedit:

    --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server

    --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer

    1. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete all the sub-keys referencing SQL Server.
    2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server.
    3. Rename all the SQL Server folders in the computer like C:\Program Files\Microsoft SQL Server and subfolders.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment"

    0 comments No comments