The information in this article applies to:
SYMPTOMS
SQL Server databases are limited to 32 device segments. SQL Server should
prevent the database from expanding beyond 32 device segments. However, in
some cases, an entry is added to the sysusages system table before an error
is returned.
WORKAROUND
If the database needs to be enlarged, use the sp_coalesce_fragments stored
procedure. This stored procedure, which is only available in SQL Server
version 6.5, consolidates the entries in sysusages. So if two or more
segments share the same data device and are logically located next to each
other on the segment, SQL Server will map a larger segment on the data
device, thereby replacing the two smaller segments.
Additional query words: fragments db
Keywords : |
Last Reviewed: April 15, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |