Issue on Tempdb.

  • Hi all,

    One of our server tempdb data file had the negative figures ,( -15704.31 MB (-196303%) )data it is showing when we are going to shrink file and there is no open transaction on database and also the log space used by tempdb (tempdb25.4921901.49801) ---Is very less . Usually i am following below steps to clear space from tempdb.

    1) Backup log with truncate only

    2)go for shrink

    ---Waiting for your suggestions .

    Thanks and regards

    Ashwin vp

    Ashwin VP
    CSC India ...

  • Look at the Post in the one of the Forums here..

    Transaction log backup, tempdb negative space?

    I think you would get the answer.

    Regards,

    B.Nitin

  • Thanks Nitin ..Drilled almost all sites there is no such answer for my question.

    Ashwin VP
    CSC India ...

  • This post has some answers

    Pradeep Adiga
    Blog: sqldbadiaries.com
    Twitter: @pradeepadiga

  • Check the tempdb size using sp_helpdb.

    Tempdb Cannot be shrunk if there are any active transactions running.

    Check for any open transactions using DBCC Opentran. Sometimes these transactions needn't be long enough to get noticed.

    Thank You,

    Best Regards,

    SQLBuddy.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply