Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 DBCC SQLPERF

Author  Topic 

kid_on_the_block
Posting Yak Master

172 Posts

Posted - 2006-09-05 : 16:13:59
Hi

Have a SQL Server 2000 Server with SP3a

When i run the DBCC Command DBCC SQLPERF(LOGSPACE) I see the following results

Database Name ==== Log Size === Log Space Used ===Status
--------------------------------------------------------
MyDB 7.588888E+11 -778.3809 0
==========================================================

What does this negative value mean ....


Thanks


X002548
Not Just a Number

15586 Posts

Posted - 2006-09-05 : 16:22:43
What does bol say?



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2006-09-06 : 09:00:38
Actually it doesn't say anything about negative values...

What does

DBCC CHECKDB


tell you



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam
Go to Top of Page

kid_on_the_block
Posting Yak Master

172 Posts

Posted - 2006-09-07 : 18:14:31
Nope the Database is in suspect mode... but i guess there a couple of more which are in suspect mode but that shows normal +ve values....
Go to Top of Page
   

- Advertisement -