Share via

Sql Server

alp su 20 Reputation points
2023-06-25T13:41:00.0266667+00:00

The specified directory, "C:\Program Files (x86)\Microsoft SQL Server", for the INSTALLSHAREDWOWDIR parameter is not valid because this directory is compressed or is in a compressed directory. Specify a directory that is not compressed.

Böyle bir hata alıyorum

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


Answer accepted by question author

Bruce (SqlWork.com) 84,086 Reputation points
2023-06-25T16:09:10.8233333+00:00

The error is pretty clear. Sqlserver does not support compressed folders or drives for its data files. If you compressed the O/S drive, you will need a second uncompressed drive or partition. if you just compressed the system folders, just create a new uncompressed data folder.

Was this answer helpful?

1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. alp su 20 Reputation points
    2023-06-28T06:58:58.1166667+00:00

    Very thank you

    Was this answer helpful?

    0 comments No comments

  2. Olaf Helper 47,621 Reputation points
    2023-06-26T05:44:51.0233333+00:00

    directory is compressed or is in a compressed directory.

    As the error message clerly says, any compressed folder are not support for SQL Server installation, you have to uncompress the folder(s).

    Was this answer helpful?


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.