[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.4

TEMPDB Full - plenty of disk space but still not working

Asked by blueivy in MS SQL Server

Tags: moa sqlserver2005

I have Microsoft Office Accounting running on an SBS 2003 Premium Server (with full SQL Server 2005).

I am having a problem with the TempDB file which I believe is running out of space.

As this is the SQL group, I won't go into the Office Accounting side of things, however I tried to create a sample company to see if that would work. The error I get there is:

===
2009-01-06 14:30:50.64 spid56      Starting up database 'SampleServiceCompany2008'.
2009-01-06 14:30:50.96 spid56      Setting database option AUTO_CLOSE to OFF for database SampleServiceCompany2008.
2009-01-06 14:30:57.93 spid56      Error: 1105, Severity: 17, State: 2.
2009-01-06 14:30:57.93 spid56      Could not allocate space for object 'dbo.Large Object Storage System object:  450437288820736' in database 'tempdb' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
===

I have also had this error when doing it:

===
009-01-06 14:26:50.43 spid56      Starting up database 'SampleServiceCompany2008'.
2009-01-06 14:26:50.79 spid56      Setting database option AUTO_CLOSE to OFF for database SampleServiceCompany2008.
2009-01-06 14:26:56.92 spid56      Error: 17053, Severity: 16, State: 1.
2009-01-06 14:26:56.92 spid56      D:\Program Files\Microsoft SQL Server\MSSQL.2\MSSQL\DATA\tempdb.mdf: Operating system error 112(error not found) encountered.
===

I ran an sp_spaceused on TEMPDB with the following results:

===
database_name - TEMPDB
database_size - 11.44MB
unallocated space - 8.47MB

reserved - 1184KB
data - 512KB
index_size - 592KB
unused - 80KB
===

I'm not sure I understand this.

TEMPDB was set for 10% and Autogrow. I read somewhere that perhaps it was growing it fast enough to keep up with MOA so I set it to 10Mb and Autogrow but that resulted in immediate errors rather than it trying for a while and then failing.

I then set it to 20% and autogrow - same problem.

I have finally gave it an initial size of 20Mb for the database and 5Mb for the Log. When I did that I got an error "112 (error not found) while trying to expand the physical file". Error 112 looks like insufficient disk space (from some Googling). The C: drive has 6Gb free and the D: drive (where the TEMPDB database resides) has 68Gb free.

I'm very confused! Help?

I am not a SQL person, so if you have any suggestions please outline how I carry them out (as a lot of the SQL stuff I've read in forums while researching this kind of suggests you know exactly where sys.database is etc. - I don't :-))
[+][-]01/06/09 08:18 AM, ID: 23305885Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01/06/09 08:36 AM, ID: 23306112Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]01/06/09 08:39 AM, ID: 23306156Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01/06/09 08:40 AM, ID: 23306175Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01/06/09 09:05 AM, ID: 23306488Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]01/06/09 09:07 AM, ID: 23306515Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]01/06/09 09:38 AM, ID: 23306885Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01/06/09 10:05 AM, ID: 23307187Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: MS SQL Server
Tags: moa sqlserver2005
Sign Up Now!
Solution Provided By: blueivy
Participating Experts: 2
Solution Grade: A
 
[+][-]01/06/09 10:11 AM, ID: 23307231Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01/06/09 10:15 AM, ID: 23307279Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]01/06/09 10:19 AM, ID: 23307319Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01/06/09 10:25 AM, ID: 23307378Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]01/06/09 10:29 AM, ID: 23307409Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01/08/09 07:23 AM, ID: 23325814Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625