You are here: Help Topics > Appendix C: Common questions and answers > Miscellaneous > Error: Windows Cannot Find SQLProv.exe

Error: Windows Cannot Find SQLProv.exe

Problem

You receive the error dialog "Windows cannot find 'C:\Program Files\Microsoft SQL Server\90\Shares\\SQLProv.exe'. Make sure you typed the name correctly, and then try again."

This error occurs when the user does not have Administrative rights.

Solutions

Make sure the SQL configuration is correct:

  • SQL Configuration Manager:
    • Set SQL Service and SQL Browser to local system/automatic start, and make sure both are running.
    • Enable tcp/ip and named pipes.
  • SQL Management Studio:
    • Select the Security folder, then Logins folder.
    • Open the properties for the sa login.
    • Verify that the sa login is properly configured:
      • On the Server Roles tab, ensure you have the sysadmin and public roles.
      • On the Status tab, verify that GRANT and ENABLED are selected.
      • Restart the SQL service if you make any changes to the sa login properties.

Make sure your anti-virus software did not delete SQLProv.exe from the MSSQL program folder.

  1. Remove any versions of Microsoft SQL installed on your local machine.
  2. Confirm that "C:\Program Files\Microsoft SQL Server\90\Shared\SQLProv.exe" is not installed locally.
  3. Access the server, and log into the SQL management program.
  4. Double-click the Security folder, then double-click the Logins folder.
  5. Right-click on sa, and select Properties.
  6. If necessary, clear the Enforce password policy check box.

    Note: With the Enforce password policy cleared, you will not have to reset the sa password if your IT department sets the server to expire all passwords after a duration of time.

  7. Confirm that the Password is set.
  8. Click the Status tab, and under Login select Enabled.
  9. Go back to the local workstation and attempt to create a new file, or access the current data file.

Related Topics