Issue installing SQL Server 2022 Express

RyanAE 5 Reputation points
2024-09-05T14:08:49.4333333+00:00

I am trying to install SQL Server 2022 Express. Whenever I go to run the installation, nothing happens after it prompts me for admin elevation. I checked Event Viewer and I saw this:

Faulting application name: SQL2022-SSEI-Expr.exe, version: 16.2211.5693.3, time stamp: 0x952097fc

Faulting module name: KERNELBASE.dll, version: 10.0.22621.4111, time stamp: 0x03c619d0

Exception code: 0xe0434352

Fault offset: 0x000000000005fabc

Faulting process id: 0x0x5118

Faulting application start time: 0x0x1DAFF3D4846F7EA

Faulting application path: C:\Users\7raev\Desktop\New folder\SQL2022-SSEI-Expr.exe

Faulting module path: C:\windows\System32\KERNELBASE.dll

Report Id: 4c0e6eb1-8a4e-47f1-b9f2-c76a2650d268

Faulting package full name: 

Faulting package-relative application ID: 

XML:

<Event xmlns="__**http://schemas.microsoft.com/win/2004/08/events/event**__">

  • <System>

  <Provider Name="Application Error" Guid="{a0e9b465-b939-57d7-b27d-95d8e925ff57}" />

  <EventID>1000</EventID>

  <Version>0</Version>

  <Level>2</Level>

  <Task>100</Task>

  <Opcode>0</Opcode>

  <Keywords>0x8000000000000000</Keywords>

  <TimeCreated SystemTime="2024-09-05T02:42:44.0904381Z" />

  <EventRecordID>37878</EventRecordID>

  <Correlation />

  <Execution ProcessID="17136" ThreadID="10896" />

  <Channel>Application</Channel>

  <Computer>Ryans-Laptop</Computer>

  <Security UserID="S-1-5-21-3340624782-1593335498-3284486243-1001" />

  </System>

  • <EventData>

  <Data Name="AppName">SQL2022-SSEI-Expr.exe</Data>

  <Data Name="AppVersion">16.2211.5693.3</Data>

  <Data Name="AppTimeStamp">952097fc</Data>

  <Data Name="ModuleName">KERNELBASE.dll</Data>

  <Data Name="ModuleVersion">10.0.22621.4111</Data>

  <Data Name="ModuleTimeStamp">03c619d0</Data>

  <Data Name="ExceptionCode">e0434352</Data>

  <Data Name="FaultingOffset">000000000005fabc</Data>

  <Data Name="ProcessId">0x5118</Data>

  <Data Name="ProcessCreationTime">0x1daff3d4846f7ea</Data>

  <Data Name="AppPath">C:\Users\7raev\Desktop\New folder\SQL2022-SSEI-Expr.exe</Data>

  <Data Name="ModulePath">C:\windows\System32\KERNELBASE.dll</Data>

  <Data Name="IntegratorReportId">4c0e6eb1-8a4e-47f1-b9f2-c76a2650d268</Data>

  <Data Name="PackageFullName" />

  <Data Name="PackageRelativeAppId" />

  </EventData>

  </Event>

What can I do to get around this as I need to install this for school.

Reply

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,690 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Khushal Sarvaiya 0 Reputation points
    2024-09-05T16:36:53.7433333+00:00

    can uninstall all small files and reinstall the whole package and run through it

    uninstall from control panel


  2. CathyJi-MSFT 21,871 Reputation points Microsoft Vendor
    2024-09-06T02:29:16.2466667+00:00

    Hi @RyanAE,

    Please delete the old installation package, download a new SQL server 2022 express package from this MS link. Run SQL2022-SSEI-Expr.exe as administrator. Right click this file, chose Run as administrator option. Choose Download Media installation type. You will get the SQLEXPR_x64_ENU.exe file , please run it as admin. Please read this blog SQL Server 2019 Express Step by Step Download, Install and Configure for reference.

    If the installation failed, please share us the setup log for analysis. It is located at C:\Program Files\Microsoft SQL Server\160\Setup Bootstrap\Log by default. The time-stamped log folder name format is YYYYMMDD_hhmmss for every installation. Please share us the summary and detail log under time-stamped log folder.

     In addition, there are some limits of Express edition, such as SQL agent is not supported. If it is possible, developer edition is a better choice. It is also free.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it.


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.