SQL Server error code
SQL Server error 3173
SQL Server raises error 3173 at severity 16, which marks a problem with the query or data that you can correct.
The STOPAT clause provided with this RESTORE statement indicates that the tail of the log contains changes that must be backed up to reach the target point in time. The tail of the log for the database "%ls" has not been backed up. Use BACKUP LOG WITH NORECOVERY to back up the log, or use the WITH REPLACE clause in your RESTORE statement to overwrite the tail of the log.
| Msg | 3173 |
|---|---|
| Severity | 16 |
| Group | 3000–3999 |