INF: Creating a Log Device If "Log Full" Error OccursLast reviewed: April 25, 1997Article ID: Q60058 |
The information in this article applies to:
- Microsoft SQL Server version 4.2 for OS/2
SUMMARYWhen a "log full" error occurs consistently (even after modifying the recovery interval), it means that the log must be extended. This article describes the process.
MORE INFORMATIONWhen a log file is full, the correct procedure to use is to issue the ALTER DATABASE command, followed by the SP_LOGDEVICE command, so that you can physically move the log file to a device separate from the device on which the database resides. The device to which the log file will be moved must first be created by using the DISK INIT command before the log file can be moved to it. The correct order in which to issue these commands is as follows:
|
Additional query words: optimization tuning dumping loading
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |