http://www.csdn.net/expert/topic/534/534689.xml

解决方案 »

  1.   

    我还是没有将日志文件缩小。
    出现的提示在括号中。
    use inpbill
    go
    dbcc checkTable(syslogs)
    go
    (Could not find table named 'syslogs'. Check sysobjects.)
    DUMP TRANSACTION inpbill WITH  NO_LOG 
    go
    (The command(s) completed successfully.)
    dbcc SHRINKDB(inpBill,5000) 
    go
    (
    The DBCC statement is not supported in this release.
    DBCC execution completed. If DBCC printed error messages, contact your system administrator.
    )
    DBCC SHRINKDATABASE (inpbill,20 )
    go
    (
    DbId   FileId CurrentSize MinimumSize UsedPages   EstimatedPages 
    ------ ------ ----------- ----------- ----------- -------------- 
    10     2      86048       128         86048       128(1 row(s) affected)DBCC execution completed. If DBCC printed error messages, contact your system administrator.)
    请问,下一步该如何做,谢谢!!!