Comments
1 comment
-
IIRC, it was a strange situation where SQL Server returned the recovery model of the database as full/bulk-logged, when in actual fact, the recovery model was simple. when SQL Backup made 2 queries to retrieve the databases' recovery model. This was subsequently fixed in later versions, where only 1 query was made, where the results are usually correct.
Add comment
Please sign in to leave a comment.
I know this is a very old version, but does anyone know why this happens?
I don't really want to go around and change everything to full just to stop it from sending me alarms.
Thanks in advance.