system
4
OK, let’s check if connections and queries to the database are even possible.
Please follow the instructions below:
- Open Command Prompt with elevated privileges.
- Type the following command there - sqlcmd -S (local)\SQLEXPRESS
- If connection has been made, you will see “1>” into the console.
- If the server accepted connection, type the following SQL query:
USE avast_sbc_db
GO
SELECT top(1) Version FROM VpsVersions WHERE Version != '0-0'
GO
- Paste the output of the query here.
Regards,
Dmitriy