![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, After execute 'sp_helpdb test_db', the following result returned: test_data2 2047.0 MB data -202 Is it normal for "test_data2" as it shown "-202" in free kbytes column?? |
#3
| |||
| |||
|
|
"jerke szabo" <jerkeszabo (AT) hotmail (DOT) com> wrote in message news:c4u205$i05$1 (AT) news (DOT) hgc.com.hk... Hi all, After execute 'sp_helpdb test_db', the following result returned: test_data2 2047.0 MB data -202 Is it normal for "test_data2" as it shown "-202" in free kbytes column?? Never encountered it myself but from Sybase: "The negative space values occur because a value in the dbtable structure is incorrect. Sp_helpsegment and sp_helpdb both use a system function curunreservedpgs() which accesses the databases internal memory structure - the DBTABLE - and reads the value for dbt_unrsvd for each database fragment, if this value is negative then the value returned by the procedure will also be negative. The fact that the dbt_unrsvd value is incorrect should not in any way effect the space usage in the database. When pages need to be allocated ASE uses the allocation pages and GAM pages, not the value stored in the dbtable, to determine if there is space available. The dbt_unrsvd value should however be regularly updated on extent allocations and deallocations. Currently there are no open bugs logged for these negative dbt_unrsvd values. Resolution: Currently no bugfix available - reboot the Server as a workaround." What version are you on? Martin |
#4
| |||
| |||
|
|
Thanks for your information. The version is: Adaptive Server Enterprise/12.0.0.3/P/SWR 9643 ESD 2 |
![]() |
| Thread Tools | |
| Display Modes | |
| |