You experience slow performance when you back up the database in SQL Server 2000
SYMPTOMSIn Microsoft SQL Server 2000, you experience slow performance when you back up the database. CAUSEThis problem occurs when the computer is low on 1-megabyte
(1MB) blocks of contiguous virtual memory. By default, SQL Server 2000 requires
a 1MB block of contiguous virtual memory to back up the database. The amount of
contiguous virtual memory is determined by the number of backup devices and by
the number of database files. RESOLUTIONTo resolve this problem, use one or more of the following
methods.
MORE INFORMATIONThe
amount of contiguous virtual memory that is used by the SQL Server 2000
backup process is calculated based on the number of backup devices and
the number of database files. The amount of contiguous virtual memory varies
based on the type of backup that is being performed and on the type of backup
device or backup devices that are being used. In SQL Server 2000 Service Pack 4 (SP4), the following warning message is logged in the SQL Server error log: Downgrading backup buffers
from 960K to 64K This error message indicates that the contiguous
virtual memory is either insufficient or is too fragmented for the computer to
successfully perform a backup. Contiguous virtual memory that is insufficient or
that is fragmented could lead to performance problems when you try to back up the
database.For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base: 873482 (http://support.microsoft.com/kb/873482/)
FIX: The restore process may take longer to complete when SQL Server
2000 restores transaction log files as part of the log shipping process
824430 (http://support.microsoft.com/kb/824430/) FIX:
Performance decreases over time when you back up files in SQL Server 2000
APPLIES TO
| Article Translations
|

Back to the top
