Core component of SQL Server for storing, processing, and securing data
Hi @hussam mohamed ,
This error happens because Program Files (x86) (or one of its parent folders) is still NTFS compressed even if the SQL folder itself looks uncompressed.
Please do this:
- Go to C:
- Right-click Program Files (x86)
- Properties - Advanced
Make sure “Compress contents to save disk space” is unchecked
Click Apply to this folder, subfolders and files
If it was already unchecked, open Command Prompt as Admin and run:
compact /U /S:"C:\Program Files (x86)"
Then reboot once and try uninstall again.
This usually resolves error 0x858C001E during SQL Server 2022 uninstall.
Thanks,
Akhil.