Results 1 to 3 of 3

Thread: [RESOLVED] SQLServer TempDB Size issue

  1. #1

    Thread Starter
    Frenzied Member DKenny's Avatar
    Join Date
    Sep 2005
    Location
    on the good ship oblivion..
    Posts
    1,171

    Resolved [RESOLVED] SQLServer TempDB Size issue

    Hi guys,

    On my SQL Server the tempDB is 4 GB, with basically 100% of that available. I have tried to shrink the database (via the properties dialog) but it has not changed the size. Any ideas on other possible approaches?

    Thanks
    Declan
    Declan

    Don't forget to mark your Thread as resolved.
    Take a moment to rate posts that you think are helpful

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: SQLServer TempDB Size issue

    You cannot shrink a database file to less than its minimum size. The minimum is the allocated size when the DB was created or the last time the file size was set (ie if the the file is allowed to automatically grow that becomes the new minimum).

    On the Shrink Database dialog there is a button called Files that brings up another dialog. There is an option to Shrink File to a new minimum size.

  3. #3

    Thread Starter
    Frenzied Member DKenny's Avatar
    Join Date
    Sep 2005
    Location
    on the good ship oblivion..
    Posts
    1,171

    Re: SQLServer TempDB Size issue

    Bruce
    Once again thanks for the help. This is perfect, tahnks.

    I just wish I could rep you again - but I need to spread some love first
    Declan

    Don't forget to mark your Thread as resolved.
    Take a moment to rate posts that you think are helpful

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width