How can I fix the SQL Server -2061893606 error on SQL Server 2022 Express edition?

Melik Baykal 20 Reputation points
2023-03-21T08:30:29.1933333+00:00

Hello, I reset my computer completely and deleted all files because I received this error, but it still didn't fix. By the way, my operating system is Windows 11.Ekran görüntüsü 2023-03-21 112544

SQL Server | Other
{count} votes

Accepted answer
  1. Erland Sommarskog 121.6K Reputation points MVP Volunteer Moderator
    2023-03-21T22:10:14.48+00:00

    This error means that SQL Server did not start when Setup wanted to run configuration tasks. To understand why it did not start, check the SQL Server errorlog which should be in C:\Program Files\Microsoft SQL Server\MSSQL16.SQLEXPRESS\MSSQL\LOG\ERRORLOG.

    If you see a message about 256 misaligned reads, you are running into a known issue for which Microsoft has published this troubleshooter.

    1 person found this answer helpful.
    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2023-03-21T08:32:39.66+00:00

    Do what the error message says: Review SQL Server error log for more details, see

    https://learn.microsoft.com/en-us/sql/tools/configuration-manager/viewing-the-sql-server-error-log?view=sql-server-ver16


  2. Naomi Nosonovsky 8,431 Reputation points
    2023-03-21T21:23:47.6366667+00:00
    0 comments No comments

  3. Seeya Xi-MSFT 16,586 Reputation points
    2023-03-22T02:10:40.27+00:00

    Hi @Melik Baykal ,

    By default, the error log is located at Program Files\Microsoft SQL Server\MSSQL. n \MSSQL\LOG\ERRORLOG and ERRORLOG.

    First you should check your error log. Then follow the documentation they provide to solve your problem. If this does not solve your problem, you will also need to provide your summary.txt or detail.txt

    Best regards,

    Seeya


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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.