Share via

Faulting application name: sqlservr.exe - event viewer

Anandhappriya S 1 Reputation point
2022-06-25T08:00:21.363+00:00

Hi,

We are using windows 11 and we are trying to install SQL SERVER 2019
https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms-19?view=sql-server-ver16

We get error when we try to start SQL Server instance from SQL Server configuration.

Faulting application name: sqlservr.exe, version: 2019.150.2000.5, time stamp: 0x5d8a9215

Faulting module name: ntdll.dll, version: 10.0.22000.708, time stamp: 0xb998b765
Exception code: 0xc0000005
Fault offset: 0x00000000000a8d57
Faulting process id: 0x18a4
Faulting application start time: 0x01d888654a8b4aa8
Faulting application path: C:\Program Files\Microsoft SQL Server\MSSQL15.SQLEXPRESS\MSSQL\Binn\sqlservr.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: 6ad4993d-fdb7-4a32-84c3-15fe4dc3b0fa
Faulting package full name:
Faulting package-relative application ID:

Thanks,
S. Anandhappriya

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

3 answers

Sort by: Most helpful
  1. Martin Cairney 2,276 Reputation points
    2022-07-07T01:30:26.887+00:00

    As the faulting module is a Windows dll rather than SQL specific I suggest you try the troubleshooting documented here

    Was this answer helpful?

    0 comments No comments

  2. YufeiShao-msft 7,156 Reputation points
    2022-06-27T02:53:33.07+00:00

    Hi @Anandhappriya S ,

    SSMS is a tool to manage SQL Server databases, if you want to install SQL Server 2019, please go through this link:
    https://www.microsoft.com/en-us/sql-server/sql-server-downloads

    -------------

    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".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


  3. Erland Sommarskog 134.7K Reputation points MVP Volunteer Moderator
    2022-06-25T20:00:06.127+00:00

    You say that you are trying to install SQL Server, but the link you provide is for SQL Server Management Studio which is a separate program. Yes, you use it to talk with SQL Server, but it is not SQL Server.

    Anyway, I would suggest that you apply the most recent cumulative update for SQL Server before you try anything else.

    Was this answer helpful?

    0 comments No comments

Your answer

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