When our MS SQL Server performs backups, both full and transaction log, we get tow different types of problems reported.
Firstly, we get an MSSQL: Too many physical reads occurring. But I may be wrong, but I would expect there to be a lot of physical reads when performing backups. How can we prevent this problem during backups?
Secondly, I get an MSSQL: Service is unavailable. This I would not expect, and from what I can see, the SQL Server is still running normally. This only lasts a short time, but I cannot explain it, and as we perform backups several times per day, this is really quite annoying.
The SQL server is remote, so we are using a proxy. The proxy itself is not reporting any issues.
Is anyone else experiencing these issues, and if so how do you deal with them?
Firstly, we get an MSSQL: Too many physical reads occurring. But I may be wrong, but I would expect there to be a lot of physical reads when performing backups. How can we prevent this problem during backups?
Secondly, I get an MSSQL: Service is unavailable. This I would not expect, and from what I can see, the SQL Server is still running normally. This only lasts a short time, but I cannot explain it, and as we perform backups several times per day, this is really quite annoying.
The SQL server is remote, so we are using a proxy. The proxy itself is not reporting any issues.
Is anyone else experiencing these issues, and if so how do you deal with them?

Comment