Forum Discussion
aolawoyin
Mar 13, 2024Copper Contributor
SQL Server installation issues
Hello,
I have issue installing SQL server as i need it for my classes but i keep getting this error message at the tail-end of installation.
Can anyone help please?
I have tried uninstalling and re-installing, updating my PC, rebooting. I am at my wit's end.
7 Replies
Sort By
- SivertSolemIron Contributor
aolawoyin Hi Aminat,
When I searched your error message from the screenshot, I found the following article:
SQL Server error Wait on the Database Engine Recovery Handle Failed (mssqltips.com)It suggests that the user account that was selected as the service account somehow does not have sufficient privileges to start SQL Server. In this case it would be "SQLSVCACCOUNT: NT Service\MSSQL$MYSQL", which is the default, inbuilt account for an instance named "MYSQL".
Please attempt to reinstall the instance using "NT AUTHORITY\SYSTEM" as your service account. Please note, it is not recommended to use "SYSTEM" for this, but needs must.
I would also like to mention that I've had issues installing SQL Server 2022 on systems where I've already installed SQL Server Management Studio.
If you still have issues, and SSMS is installed, please uninstall SSMS and the ODBC and OLE DB drivers for SQL Server before attempting a reinstall.- SivertSolemIron Contributor
Based on the text in your ERRORLOG, this is the more likely culprit:
https://learn.microsoft.com/en-us/troubleshoot/sql/database-engine/database-file-operations/troubleshoot-os-4kb-disk-sector-size#:~:text=for%20potential%20causes.-,Scenario%20%232%3A,-You%20install%20anyYou're attempting to install SQL Server on a drive with a "physical sector size" larger than 4k on a Windows 11 machine, and most likely need to enable emulation of 4k "physical sector size".
You can verify this using the following in command or powershell (administrator)
fsutil fsinfo sectorinfo C
Compare the values PhysicalBytesPerSectorForAtomicity and PhysicalBytesPerSectorForPerformance, and if either of them are larger than 4096, your symptoms would be likely to show up.
Using powershell as administrator, you can add a registry key value pair.New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\stornvme\Parameters\Device" -Name "ForcedPhysicalSectorSizeInBytes" -PropertyType MultiString -Force -Value "* 4095"
After a reboot, you should be able to start SQL Server.
Alternatively, you can start SQL Server using traceflag 1800.This article describes how to add trace flags as startup parameters to SQL Server.
https://www.sqlshack.com/microsoft-sql-server-trace-flags-and-usage-details/#:~:text=Adding%20a%20trace%20flag%20into%20the%20Microsoft%20SQL%20Server%20startup%20parameters
- Balmukund-Lakhani
Microsoft
the message means that during the installation, SQL Service couldn't start. You should look at the SQL ERRORLOG file and share the content for further assistance.- aolawoyinCopper ContributorSee the error log here
Overall summary:
Final result: Failed: see details below
Exit code (Decimal): -2061893606
Start time: 2024-03-15 19:39:41
End time: 2024-03-15 20:11:29
Requested action: Install
Setup completed with required actions for features.
Troubleshooting information for those features:
Next step for SQLEngine: Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
Next step for Replication: Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
Machine Properties:
Machine name: LAPTOP-D2G60V4I
Machine processor count: 2
OS version: Microsoft Windows 11 Home (10.0.22631)
OS service pack:
OS region: United States
OS language: English (United States)
OS architecture: x64
Process architecture: 64 Bit
OS clustered: No
Product features discovered:
Product Instance Instance ID Feature Language Edition Version Clustered Configured
SQL Server 2022 SQLEXPRESS MSSQL16.SQLEXPRESS Database Engine Services 1033 Express Edition 16.0.1000.6 No Yes
Package properties:
Description: Microsoft SQL Server 2022
ProductName: SQL Server 2022
Type: RTM
Version: 16
SPLevel: 0
Installation location: C:\SQL2022\Express_ENU\x64\setup\
Installation edition: Express
Product Update Status:
None discovered.
Notice: Please read Microsoft SQL Server Software License Terms at aka.ms/useterms.
User Input Settings:
ACTION: Install
ADDCURRENTUSERASSQLADMIN: true
AGTSVCACCOUNT: NT AUTHORITY\NETWORK SERVICE
AGTSVCPASSWORD: *****
AGTSVCSTARTUPTYPE: Disabled
ASBACKUPDIR: Backup
ASCOLLATION: Latin1_General_CI_AS
ASCONFIGDIR: Config
ASDATADIR: Data
ASLOGDIR: Log
ASPROVIDERMSOLAP: 1
ASSERVERMODE: TABULAR
ASSVCACCOUNT: <empty>
ASSVCPASSWORD: <empty>
ASSVCSTARTUPTYPE: Automatic
ASSYSADMINACCOUNTS: <empty>
ASTELSVCACCT: <empty>
ASTELSVCPASSWORD: <empty>
ASTELSVCSTARTUPTYPE: 0
ASTEMPDIR: Temp
AZUREARCPROXYSERVER:
AZUREBILLEDEDITION:
AZUREREGION:
AZURERESOURCEGROUP:
AZURESERVICEPRINCIPAL:
AZURESERVICEPRINCIPALSECRET: *****
AZURESUBSCRIPTIONID:
AZURETENANTID:
BROWSERSVCSTARTUPTYPE: Automatic
CONFIGURATIONFILE:
ENABLERANU: true
ENU: true
EXTSVCACCOUNT: <empty>
EXTSVCPASSWORD: <empty>
FEATURES: SQLENGINE, REPLICATION
FILESTREAMLEVEL: 0
FILESTREAMSHARENAME: <empty>
FTSVCACCOUNT: <empty>
FTSVCPASSWORD: <empty>
HELP: false
IACCEPTSQLSERVERLICENSETERMS: true
IACKNOWLEDGEENTCALLIMITS: false
INDICATEPROGRESS: false
INSTALLSHAREDDIR: C:\Program Files\Microsoft SQL Server\
INSTALLSHAREDWOWDIR: C:\Program Files (x86)\Microsoft SQL Server\
INSTALLSQLDATADIR: <empty>
INSTANCEDIR: C:\Program Files\Microsoft SQL Server\
INSTANCEID: MSSQLSERVER
INSTANCENAME: MSSQLSERVER
ISMASTERSVCACCOUNT: NT AUTHORITY\Network Service
ISMASTERSVCPASSWORD: <empty>
ISMASTERSVCPORT: 8391
ISMASTERSVCSSLCERTCN: <empty>
ISMASTERSVCSTARTUPTYPE: Automatic
ISMASTERSVCTHUMBPRINT: <empty>
ISSVCACCOUNT: NT AUTHORITY\Network Service
ISSVCPASSWORD: <empty>
ISSVCSTARTUPTYPE: Automatic
ISTELSVCACCT: <empty>
ISTELSVCPASSWORD: <empty>
ISTELSVCSTARTUPTYPE: 0
ISWORKERSVCACCOUNT: NT AUTHORITY\Network Service
ISWORKERSVCCERT: <empty>
ISWORKERSVCMASTER: <empty>
ISWORKERSVCPASSWORD: <empty>
ISWORKERSVCSTARTUPTYPE: Automatic
NPENABLED: 0
PBDMSSVCACCOUNT: <empty>
PBDMSSVCPASSWORD: <empty>
PBDMSSVCSTARTUPTYPE: 0
PBENGSVCACCOUNT: <empty>
PBENGSVCPASSWORD: <empty>
PBENGSVCSTARTUPTYPE: 0
PBPORTRANGE: <empty>
PID: *****
PRODUCTCOVEREDBYSA: false
QUIET: false
QUIETSIMPLE: false
ROLE: AllFeatures_WithDefaults
SAPWD: <empty>
SECURITYMODE: <empty>
SQLBACKUPDIR: <empty>
SQLCOLLATION: SQL_Latin1_General_CP1_CI_AS
SQLMAXDOP: 0
SQLMAXMEMORY: 2147483647
SQLMINMEMORY: 0
SQLSVCACCOUNT: NT Service\MSSQLSERVER
SQLSVCINSTANTFILEINIT: false
SQLSVCPASSWORD: <empty>
SQLSVCSTARTUPTYPE: Automatic
SQLSYSADMINACCOUNTS: LAPTOP-D2G60V4I\ajola
SQLTELSVCACCT: NT Service\SQLTELEMETRY
SQLTELSVCPASSWORD: <empty>
SQLTELSVCSTARTUPTYPE: Automatic
SQLTEMPDBDIR: <empty>
SQLTEMPDBFILECOUNT: 1
SQLTEMPDBFILEGROWTH: 64
SQLTEMPDBFILESIZE: 8
SQLTEMPDBLOGDIR: <empty>
SQLTEMPDBLOGFILEGROWTH: 64
SQLTEMPDBLOGFILESIZE: 8
SQLUSERDBDIR: <empty>
SQLUSERDBLOGDIR: <empty>
SUPPRESSPAIDEDITIONNOTICE: false
SUPPRESSPRIVACYSTATEMENTNOTICE: false
TCPENABLED: 0
UIMODE: AutoAdvance
UpdateEnabled: true
UpdateSource: MU
USEMICROSOFTUPDATE: false
USESQLRECOMMENDEDMEMORYLIMITS: false
Configuration file: C:\Program Files\Microsoft SQL Server\160\Setup Bootstrap\Log\20240315_193941\ConfigurationFile.ini
Detailed results:
Feature: Database Engine Services
Status: Failed
Reason for failure: An error occurred during the setup process of the feature.
Next Step: Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
Component name: SQL Server Database Engine Services Instance Features
Component error code: 0x851A001A
Error description: Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
Error help link: https://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&Evtsrc=setup.rll&EvtID=50000&ProdVer=16.0.1000.6&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
Feature: SQL Server Replication
Status: Failed
Reason for failure: An error occurred for a dependency of the feature causing the setup process for the feature to fail.
Next Step: Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
Component name: SQL Server Database Engine Services Instance Features
Component error code: 0x851A001A
Error description: Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
Error help link: https://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&Evtsrc=setup.rll&EvtID=50000&ProdVer=16.0.1000.6&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
Rules with failures or warnings:
Global rules:
Warning IsFirewallEnabled The Windows Firewall is enabled. Make sure the appropriate ports are open to enable remote access. See the rules documentation at https://go.microsoft.com/fwlink/?linkid=2162127 for information about ports to open for each feature.
Rules report file: C:\Program Files\Microsoft SQL Server\160\Setup Bootstrap\Log\20240315_193941\SystemConfigurationCheck_Report.htm - aolawoyinCopper Contributor
Balmukund-Lakhani .Thanks for the reply. This is the error log:
2024-03-10 22:10:23.87 Server Microsoft SQL Server 2019 (RTM) - 15.0.2000.5 (X64)Sep 24 2019 13:48:23Copyright (C) 2019 Microsoft CorporationExpress Edition (64-bit) on Windows 10 Home 10.0 <X64> (Build 22631: ) (Hypervisor)2024-03-10 22:10:23.87 Server UTC adjustment: 0:002024-03-10 22:10:23.87 Server (c) Microsoft Corporation.2024-03-10 22:10:23.87 Server All rights reserved.2024-03-10 22:10:23.87 Server Server process ID is 8820.2024-03-10 22:10:23.87 Server System Manufacturer: 'LENOVO', System Model: '82V6'.2024-03-10 22:10:23.87 Server Authentication mode is WINDOWS-ONLY.2024-03-10 22:10:23.87 Server Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\Log\ERRORLOG'.2024-03-10 22:10:23.88 Server The service account is 'NT Service\MSSQLSERVER'. This is an informational message; no user action is required.2024-03-10 22:10:23.88 Server Registry startup parameters:-d C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\DATA\master.mdf-e C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\Log\ERRORLOG-l C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\DATA\mastlog.ldf2024-03-10 22:10:23.88 Server Command Line Startup Parameters:-s "MSSQLSERVER"-m "SqlSetup"-T 4022-T 4010-T 1905-T 3701-T 80152024-03-10 22:10:23.88 Server SQL Server detected 1 sockets with 2 cores per socket and 2 logical processors per socket, 2 total logical processors; using 2 logical processors based on SQL Server licensing. This is an informational message; no user action is required.2024-03-10 22:10:23.88 Server SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.2024-03-10 22:10:23.88 Server Detected 3737 MB of RAM. This is an informational message; no user action is required.2024-03-10 22:10:23.88 Server Using conventional memory in the memory manager.2024-03-10 22:10:23.88 Server Page exclusion bitmap is enabled.2024-03-10 22:10:23.90 Server Buffer Pool: Allocating 1048576 bytes for 593920 hashPages.2024-03-10 22:10:23.92 Server Default collation: SQL_Latin1_General_CP1_CI_AS (us_english 1033)2024-03-10 22:10:23.96 Server Buffer pool extension is already disabled. No action is necessary.2024-03-10 22:10:24.00 Server Perfmon counters for resource governor pools and groups failed to initialize and are disabled.2024-03-10 22:10:24.02 Server Query Store settings initialized with enabled = 1,2024-03-10 22:10:24.03 Server The maximum number of dedicated administrator connections for this instance is '1'2024-03-10 22:10:24.03 Server This instance of SQL Server last reported using a process ID of 11044 at 10/03/2024 22:10:15 (local) 10/03/2024 22:10:15 (UTC). This is an informational message only; no user action is required.2024-03-10 22:10:24.03 Server Node configuration: node 0: CPU mask: 0x0000000000000003:0 Active CPU mask: 0x0000000000000003:0. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required.2024-03-10 22:10:24.04 Server Using dynamic lock allocation. Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node. This is an informational message only. No user action is required.2024-03-10 22:10:24.05 Server In-Memory OLTP initialized on lowend machine.2024-03-10 22:10:24.07 Server [INFO] Created Extended Events session 'hkenginexesession'2024-03-10 22:10:24.07 Server Database Instant File Initialization: disabled. For security and performance considerations see the topic 'Database Instant File Initialization' in SQL Server Books Online. This is an informational message only. No user action is required.2024-03-10 22:10:24.07 Server Total Log Writer threads: 1. This is an informational message; no user action is required.2024-03-10 22:10:24.07 Server Database Mirroring Transport is disabled in the endpoint configuration.2024-03-10 22:10:24.07 Server clflushopt is selected for pmem flush operation.2024-03-10 22:10:24.07 spid9s Warning ******************2024-03-10 22:10:24.07 Server Software Usage Metrics is disabled.2024-03-10 22:10:24.08 spid9s SQL Server started in single-user mode. This an informational message only. No user action is required.2024-03-10 22:10:24.08 spid9s Starting up database 'master'.2024-03-10 22:10:24.10 spid9s There have been 256 misaligned log IOs which required falling back to synchronous IO. The current IO is on file C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\DATA\master.mdf. - danish_iqbalCopper Contributor
Balmukund-Lakhani- I have similar issue installing . here is the log , plz advise
Overall summary:
Final result: Failed: see details below
Exit code (Decimal): -2061893606
Start time: 2024-03-14 09:57:48
End time: 2024-03-14 10:05:08
Requested action: InstallSetup completed with required actions for features.
Troubleshooting information for those features:
Next step for SQLEngine: Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
Next step for Replication: Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
Machine Properties:
Machine name: BOOK-KBGTPVNPIU
Machine processor count: 16
OS version: Microsoft Windows 11 Home (10.0.22631)
OS service pack:
OS region: United States
OS language: English (United Kingdom)
OS architecture: x64
Process architecture: 64 Bit
OS clustered: NoProduct features discovered:
Product Instance Instance ID Feature Language Edition Version Clustered ConfiguredPackage properties:
Description: Microsoft SQL Server 2022
ProductName: SQL Server 2022
Type: RTM
Version: 16
SPLevel: 0
Installation location: C:\SQL2022\Developer_ENU\x64\setup\
Installation edition: ExpressProduct Update Status:
None discovered.Notice: Please read Microsoft SQL Server Software License Terms at aka.ms/useterms.
User Input Settings:
ACTION: Install
ADDCURRENTUSERASSQLADMIN: false
AGTSVCACCOUNT: NT AUTHORITY\NETWORK SERVICE
AGTSVCPASSWORD: *****
AGTSVCSTARTUPTYPE: Disabled
ASBACKUPDIR: Backup
ASCOLLATION: Latin1_General_CI_AS
ASCONFIGDIR: Config
ASDATADIR: Data
ASLOGDIR: Log
ASPROVIDERMSOLAP: 1
ASSERVERMODE: TABULAR
ASSVCACCOUNT: <empty>
ASSVCPASSWORD: <empty>
ASSVCSTARTUPTYPE: Automatic
ASSYSADMINACCOUNTS: <empty>
ASTELSVCACCT: <empty>
ASTELSVCPASSWORD: <empty>
ASTELSVCSTARTUPTYPE: 0
ASTEMPDIR: Temp
AZUREARCPROXYSERVER:
AZUREBILLEDEDITION:
AZUREREGION:
AZURERESOURCEGROUP:
AZURESERVICEPRINCIPAL:
AZURESERVICEPRINCIPALSECRET: *****
AZURESUBSCRIPTIONID:
AZURETENANTID:
BROWSERSVCSTARTUPTYPE: Disabled
CONFIGURATIONFILE: C:\Program Files\Microsoft SQL Server\160\Setup Bootstrap\Log\20240314_095748\ConfigurationFile.ini
ENABLERANU: true
ENU: true
EXTSVCACCOUNT: <empty>
EXTSVCPASSWORD: <empty>
FEATURES: SQLENGINE, REPLICATION
FILESTREAMLEVEL: 0
FILESTREAMSHARENAME: <empty>
FTSVCACCOUNT: <empty>
FTSVCPASSWORD: <empty>
HELP: false
IACCEPTSQLSERVERLICENSETERMS: true
IACKNOWLEDGEENTCALLIMITS: false
INDICATEPROGRESS: false
INSTALLSHAREDDIR: C:\Program Files\Microsoft SQL Server\
INSTALLSHAREDWOWDIR: C:\Program Files (x86)\Microsoft SQL Server\
INSTALLSQLDATADIR: <empty>
INSTANCEDIR: C:\Program Files\Microsoft SQL Server\
INSTANCEID: MYSQL
INSTANCENAME: MYSQL
ISMASTERSVCACCOUNT: NT AUTHORITY\Network Service
ISMASTERSVCPASSWORD: <empty>
ISMASTERSVCPORT: 8391
ISMASTERSVCSSLCERTCN: <empty>
ISMASTERSVCSTARTUPTYPE: Automatic
ISMASTERSVCTHUMBPRINT: <empty>
ISSVCACCOUNT: NT AUTHORITY\Network Service
ISSVCPASSWORD: <empty>
ISSVCSTARTUPTYPE: Automatic
ISTELSVCACCT: <empty>
ISTELSVCPASSWORD: <empty>
ISTELSVCSTARTUPTYPE: 0
ISWORKERSVCACCOUNT: NT AUTHORITY\Network Service
ISWORKERSVCCERT: <empty>
ISWORKERSVCMASTER: <empty>
ISWORKERSVCPASSWORD: <empty>
ISWORKERSVCSTARTUPTYPE: Automatic
NPENABLED: 0
PBDMSSVCACCOUNT: <empty>
PBDMSSVCPASSWORD: <empty>
PBDMSSVCSTARTUPTYPE: 0
PBENGSVCACCOUNT: <empty>
PBENGSVCPASSWORD: <empty>
PBENGSVCSTARTUPTYPE: 0
PBPORTRANGE: <empty>
PID: *****
PRODUCTCOVEREDBYSA: false
QUIET: false
QUIETSIMPLE: false
ROLE:
SAPWD: *****
SECURITYMODE: SQL
SQLBACKUPDIR: <empty>
SQLCOLLATION: Latin1_General_CI_AS
SQLMAXDOP: 0
SQLMAXMEMORY: 2147483647
SQLMINMEMORY: 0
SQLSVCACCOUNT: NT Service\MSSQL$MYSQL
SQLSVCINSTANTFILEINIT: true
SQLSVCPASSWORD: <empty>
SQLSVCSTARTUPTYPE: Automatic
SQLSYSADMINACCOUNTS: BOOK-KBGTPVNPIU\dans_
SQLTELSVCACCT: NT Service\SQLTELEMETRY$MYSQL
SQLTELSVCPASSWORD: <empty>
SQLTELSVCSTARTUPTYPE: Automatic
SQLTEMPDBDIR: <empty>
SQLTEMPDBFILECOUNT: 1
SQLTEMPDBFILEGROWTH: 64
SQLTEMPDBFILESIZE: 8
SQLTEMPDBLOGDIR: <empty>
SQLTEMPDBLOGFILEGROWTH: 64
SQLTEMPDBLOGFILESIZE: 8
SQLUSERDBDIR: <empty>
SQLUSERDBLOGDIR: <empty>
SUPPRESSPAIDEDITIONNOTICE: false
SUPPRESSPRIVACYSTATEMENTNOTICE: false
TCPENABLED: 0
UIMODE: Normal
UpdateEnabled: true
UpdateSource: MU
USEMICROSOFTUPDATE: false
USESQLRECOMMENDEDMEMORYLIMITS: falseConfiguration file: C:\Program Files\Microsoft SQL Server\160\Setup Bootstrap\Log\20240314_095748\ConfigurationFile.ini
Detailed results:
Feature: Database Engine Services
Status: Failed
Reason for failure: An error occurred during the setup process of the feature.
Next Step: Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
Component name: SQL Server Database Engine Services Instance Features
Component error code: 0x851A001A
Error description: Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
Error help link: https://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&Evtsrc=setup.rll&EvtID=50000&ProdVer=16.0.1000.6&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026Feature: SQL Server Replication
Status: Failed
Reason for failure: An error occurred for a dependency of the feature causing the setup process for the feature to fail.
Next Step: Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
Component name: SQL Server Database Engine Services Instance Features
Component error code: 0x851A001A
Error description: Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
Error help link: https://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&Evtsrc=setup.rll&EvtID=50000&ProdVer=16.0.1000.6&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026Feature: SQL Browser
Status: PassedFeature: SQL Writer
Status: PassedFeature: Setup Support Files
Status: PassedRules with failures or warnings:
Global rules:
Warning IsFirewallEnabled The Windows Firewall is enabled. Make sure the appropriate ports are open to enable remote access. See the rules documentation at https://go.microsoft.com/fwlink/?linkid=2162127 for information about ports to open for each feature.Rules report file: C:\Program Files\Microsoft SQL Server\160\Setup Bootstrap\Log\20240314_095748\SystemConfigurationCheck_Report.htm
- Balmukund-Lakhani
Microsoft
can you please find a way to share "C:\Program Files\Microsoft SQL Server\160\Setup Bootstrap\Log\20240314_095748\" folder? GoogleDrive, OneDrive or any other method.