SQL Server error code
SQL Server error 4330
SQL Server raises error 4330 at severity 16, which marks a problem with the query or data that you can correct.
This backup set cannot be applied because it is on a recovery path that is inconsistent with the database. The recovery path is the sequence of data and log backups that have brought the database to a particular recovery point. Find a compatible backup to restore, or restore the rest of the database to match a recovery point within this backup set, which will restore the database to a different point in time. For more information about recovery paths, see SQL Server Books Online.
| Msg | 4330 |
|---|---|
| Severity | 16 |
| Group | 4000–4999 |