Error 3023

Severity Level 16
Message Text

Backup, CHECKALLOC, bulk copy, SELECT INTO, and file manipulation (such as CREATE FILE) operations on a database must be serialized. Reissue the statement after the current backup, CHECKALLOC, or file manipulation operation is completed.

Explanation

These operations may not be performed at the same time as a backup operation:

If a backup is started when one of these operations is in progress, the backup ends. If a backup is running and one of these operations is attempted, the operation fails. For more information, see Remarks in BACKUP.

Action

Reissue the operation after the conflicting operation has completed.

See Also
ALTER DATABASE Errors 3000-3999
BACKUP INSERT
Backing Up and Restoring Databases SELECT
bcp Utility Setting Database Options
BULK INSERT sp_dboption
CREATE INDEX Troubleshooting Backing Up and Restoring
DBCC SHRINKDATABASE UPDATE
DBCC SHRINKFILE UPDATETEXT
DELETE WRITETEXT

  

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.