March 15, 2016 at 9:26 am
I ran disk usage report on a db and it shows that the total space reserved is lower than Data file space reserved.
Exemple: Total space reserved: 1 gig
Data Files Space Reserved: 2 gig
Transaction log space reserved: 2 meg
On this db i have 0 meg of unallocated space. Autogrow is enable but it is not triggered.
Why is this happening ?
March 15, 2016 at 11:57 am
I will try DBCC checkdb if it found error and then i will ran DBCC updateusage
Will let you know if this was the solution
March 15, 2016 at 11:05 pm
dany.fortier (3/15/2016)
I will try DBCC checkdb if it found error and then i will ran DBCC updateusageWill let you know if this was the solution
The DBCC UPDATEUSAGE will do the trick for you.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply