BUG: Arith. Overflow Using sp_spaceused or sp_helpdbLast reviewed: April 28, 1997Article ID: Q83264 |
The information in this article applies to:
SYMPTOMSWhen using sp_helpdb or sp_spaceused on a database larger than 2 GB (2E31 bytes), the "arithmetic overflow" error will be encountered in place of the database_size column of sp_spaceused and in place of the db_size column of sp_helpdb.
CAUSEThe maximum positive value that can be represented by a signed 32-bit integer is 2E31 (2,147,483,647). This limit has been exceeded.
WORKAROUNDOther space information displayed by sp_spaceused and sp_helpdb can usually be used to assess database space utilization. The system tables SYSUSAGES and SYSINDEXES can also be queried directly for more space usage information.
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 4.2 for OS/2. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: Transact-SQL
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |