Error Code 17750

Shweta Mane 1 Reputation point
2022-09-27T11:05:33.75+00:00

Could not load the DLL xpstar.dll, or one of the DLLs it references. Reason: 5(Access is denied.)

SQL Server Other
{count} votes

3 answers

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2022-09-27T11:40:39.797+00:00

    See your pevious post https://learn.microsoft.com/en-us/answers/questions/1024848/error-code-17750-1.html
    Still really to less on information.

    0 comments No comments

  2. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2022-09-27T21:39:53.243+00:00

    "Access is denied" can be due to lack of permissions (for the SQL Server service account), but it can also mean that the file is use by another process.

    As Olaf says, you need to share more information. In which context do you get this error? What is the output of "SELECT @@version"?

    0 comments No comments

  3. NikoXu-msft 1,916 Reputation points
    2022-09-28T03:01:27.853+00:00

    Hi @Shweta Mane ,

    As soon as we know the DLLs was missing, we don’t know how many such more DLLs might be missing. Based on my search on the internet it comes from Visual Studio Shell (vc_red.msi). I asked them to install VS Shell from SQL media and meantime, copy that missing file from a working machine. As soon as file was copied, we were able to connect SQL using SQLCMD and then we start SQL server normally.
    For more details , please see:
    https://blog.sqlauthority.com/2017/05/11/sql-server-not-load-dll-xpstar-dll-one-dlls-references/

    Best regards
    Niko

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

    0 comments No comments

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.