SQL Server Error Code – 3173 the stopat clause provided with this res
In this blog post, you’ll learn more about the SQL Server Error Code 3173 and the error message description that is shown
SQL Server Error Code
3173
SQL Server Error Description for the Code :3173
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.
Leave Your Comment