QUESTION POSED ON: 21 February 2004
We use SQL Server 2000 with the latest service pack. Whenever I drop, insert into or truncate a table via Query Analyser, I get an error reported by the hourly backup job running on the server. The error is:
Cannot allow BACKUP LOG because file 'BDAS_Data' has been subjected to
nonlogged updates and cannot be rolled forward. Perform a full database,
or differential database, backup. [SQLSTATE 42000] (Error 4213)
Backup or restore operation terminating abnormally. [SQLSTATE
42000] (Error 3013). The step failed.
How can I fix this error?
|