Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

FIX: Errors may be generated in the tempdb database when you create and then drop many temporary tables in SQL Server 2005


View products that this article applies to.

BUG #: 518 (SQL Hotfix)

↑ Back to the top


Microsoft distributes Microsoft SQL Server 2005 fixes as one downloadable file. Because the fixes are cumulative, each new release contains all the hotfixes and all the security fixes that were included with the previous SQL Server 2005 fix release.

↑ Back to the top


Summary

This article describes the following about this hotfix release:
  • The issues that are fixed by this hotfix package
  • The prerequisites for applying this hotfix package
  • Whether you must restart your computer after you apply this hotfix package
  • Whether this hotfix package is replaced by any other hotfix package
  • Whether you must make any registry changes after you apply this hotfix package
  • The files that are contained in this hotfix package

↑ Back to the top


Symptoms

When you create and then drop many temporary tables in Microsoft SQL Server 2005, errors may be generated in the tempdb database. When this problem occurs, the following error messages may be logged in the SQL Server Errorlog file:
Message 1
Error: 605, Severity: 21, State: 3. Attempt to fetch logical page (1:584) in database 2 failed. It belongs to allocation unit 445237904015360 not to 72057594060079104.
Message 2
Error: 3316, Severity: 21, State: 1. During undo of a logged operation in database 'tempdb', an error occurred at log record ID (49:16:7). The row was not found. Restore the database from a full backup, or repair the database.
Message 3
Error: 5243, Severity: 22, State: 1. An inconsistency was detected during an internal operation. Please contact technical support. Reference number 8.
When error 605 and error 3316 are generated, both the following error messages may also be logged in the SQL Server Errorlog file:
Message 4
Error: 3314, Severity: 21, State: 4. During undoing of a logged operation in database 'tempdb', an error occurred at log record ID (49:16:12). Typically, the specific failure is logged previously as an error in the Windows Event Log service. Restore the database or file from a backup, or repair the database.
Message 5
Error: 3449, Severity: 21, State: 1. SQL Server must shut down in order to recover a database (database ID 2). The database is either a user database that could not be shut down or a system database. Restart SQL Server. If the database fails to recover after another startup, repair or restore the database.
Additionally, when error 605 and error 3316 are generated, the SQL Server service stops.

↑ Back to the top


Resolution

Service pack information

To resolve this problem, obtain the latest service pack for SQL Server 2005. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
913089 How to obtain the latest service pack for SQL Server 2005

Hotfix information

A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.

If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix.

Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site: Note The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.

Prerequisites

There are no prerequisites for this hotfix.

Restart information

You do not have to restart your computer after you apply this hotfix. However, you must restart the SQL Server service to enable the changes that this hotfix provides.

Registry information

You do not have to create any registry keys or modify any registry keys to use any hotfixes that this package contains.

Hotfix file information

This hotfix may not contain all the files that you must have to fully update a product to the latest build. This hotfix contains only the files that you must have to correct the issues that this article lists.

The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.
SQL Server 2005, 32-bit x86 versions
File nameFile versionFile sizeDateTimePlatform
Microsoft.sqlserver.replication.dll2005.90.1533.01,608,40811-Mar-200608:54Not Applicable
Microsoft.sqlserver.smo9.0.1533.01,559,25611-Mar-200608:54Not Applicable
Osql.exe2005.90.1533.051,41611-Mar-200608:54Not Applicable
Replrec.dll2005.90.1533.0781,01611-Mar-200608:54Not Applicable
Sbmsmdlocal.dll9.0.1533.015,590,61611-Mar-200608:55Not Applicable
Sbmsmdredir_dll9.0.1533.03,927,25611-Mar-200608:55Not Applicable
Sqlaccess.dll2005.90.1533.0349,40011-Mar-200608:54Not Applicable
Sqldiag.exe2005.90.1533.0960,21611-Mar-200608:54Not Applicable
Sqlservr.exe2005.90.1533.028,778,76811-Mar-200608:55Not Applicable

↑ Back to the top


Workaround

To work around this problem, use one of the following methods.

Method 1: Use permanent tables

Use permanent tables in user databases instead of using temporary tables in the tempdb database.

Method 2: Disable the Auto Update Statistics option and the Auto Create Statistics option

Disable the Auto Create Statistics option and the Auto Update Statistics option in the tempdb database. For more information about SQL Server 2005 query optimizer statistics, visit the following Microsoft TechNet Web site:

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


More Information

For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates

↑ Back to the top


Keywords: kb, kbautohotfix, kbsql2005sp1fix, kbsql2005presp1fix, kbentirenet, kbhotfixserver, kbqfe, kbpubtypekc

↑ Back to the top

Article Info
Article ID : 916086
Revision : 3
Created on : 3/30/2017
Published on : 3/30/2017
Exists online : False
Views : 604