Hi guys,
I have a problem with protection of SQL DB.
My Database is configured for use SIMPLE mode, but DPM try to backup the DB as if setting is FULL mode.
At any hour DPM try to create a DB recovery point but this process is failed with this error:
I have a problem with protection of SQL DB.
My Database is configured for use SIMPLE mode, but DPM try to backup the DB as if setting is FULL mode.
At any hour DPM try to create a DB recovery point but this process is failed with this error:
"Execution of SQL command failed for SQL Server 2012 database xxxxx\<nome DB> on <server SQL> with reason : BACKUP LOG is terminating abnormally.
The statement BACKUP LOG is not allowed while the recovery model is SIMPLE. Use BACKUP DATABASE or change the recovery model using ALTER DATABASE.
. (ID 30173 Details: Internal error code: 0x80990D18)"
I have tryed to:
1) remove the DB from protection group and re-add the db
2) Set DB to FULL end return to SIMPLE
Set DB to FULL
Remove DB from protection group
SET DB to SIMPLE
Re-add the DB to protection group
But nothing of this resolve my problem.
Thank tou for any idea.
Fabio