Article ID: 150748
Article Last Modified on 10/16/2003
APPLIES TO
- Microsoft SQL Server 6.0 Standard Edition
- Microsoft SQL Server 6.5 Standard Edition
This article was previously published under Q150748
SUMMARY
SQL Server space allocation is accelerated by an internal structure called
the Global Allocation Map (GAM). The command DBCC GAMINIT can proactively
populate the GAM, which in a few cases on large databases can give better
allocation performance. It is generally not necessary to use this command.
Additional query words: DBCC GAMINIT
Keywords: kbhowto kbprogramming kbusage KB150748