vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi! There's a plenty free space on the drive, while the "unallocated space" column shows negative number when I use sp_spaceused. The database file has been setup as "automatically grow" already. Can anyone tell me what's happening? Is this going to hurt anything? Thanks. Saiyou |
| ||||
| "Saiyou Anh" <wangc@alexian.net> wrote in message news:a51d3ca7.0402171110.3583a12e@posting.google.c om... > Hi! There's a plenty free space on the drive, while the "unallocated > space" column shows negative number when I use sp_spaceused. The > database file has been setup as "automatically grow" already. Can > anyone tell me what's happening? Is this going to hurt anything? > Thanks. > Saiyou Try this command: exec sp_spaceused @updateusage = 'true' See "DBCC UPDATEUSAGE" for more information. Simon |