Microsoft KB Archive/927643

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Article ID: 927643

Article Last Modified on 11/4/2007



APPLIES TO

  • Microsoft SQL Server 2005 Standard Edition
  • Microsoft SQL Server 2005 Developer Edition
  • Microsoft SQL Server 2005 Workgroup Edition
  • Microsoft SQL Server 2005 Enterprise Edition
  • Microsoft SQL Server 2005 Service Pack 1
  • Microsoft Windows SharePoint Services 2.0



Bug #: 50000373 (SQL Hotfix)


Notice

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.

SUMMARY

This article describes the following about this hotfix release:

  • The issues that are fixed by this hotfix package
  • The prerequisites for installing the hotfix package
  • Information about whether you must restart the computer after you install the hotfix package
  • Information about whether the hotfix package is replaced by any other hotfix package
  • Information about whether you must make any registry changes
  • The files that are contained in the hotfix package


SYMPTOMS

You enable full-text search for Microsoft Windows SharePoint Services 2.0. Then, you upgrade an instance of Microsoft SQL Server 2000 to SQL Server 2005. When you perform a full-text search operation on a Windows SharePoint Services 2.0 site, you may notice that some search results are missing. If you perform the same full-text search operation before you upgrade the instance of SQL Server 2000 to SQL Server 2005, you obtain all the search results.

Note If you use Microsoft Office SharePoint Portal Server 2003, you may experience this problem only if SharePoint Portal Server 2003 hosts Windows SharePoint Services 2.0 Web sites.

This problem occurs if the following conditions are true:

  • You use the FREETEXT predicate to perform the full-text search operation.
  • You include words that you want to search for in double quotation marks.

    For example, you perform the following full-text search:

    WHERE FREETEXT('"computer software hardware"')


CAUSE

This problem occurs because SQL Server 2005 considers words that are enclosed in double quotation marks to be a phrase. Therefore, SQL Server 2005 performs a phrase match. However, SQL Server 2000 will match any word in the string enclosed in the double quotation marks.

RESOLUTION

A supported hotfix is now available from Microsoft. However, this hotfix is intended to correct only the problem that this article describes. Apply this hotfix only to systems that are experiencing this specific problem.

To resolve this problem, submit a request to Microsoft Online Customer Services to obtain the hotfix. To submit an online request to obtain the hotfix, visit the following Microsoft Web site:

Note If additional issues occur or 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. To create a separate service request, visit the following Microsoft Web site:

Prerequisites

You must have SQL Server 2005 Service Pack 1 (SP1) installed to apply this hotfix.

For more information about how to obtain SQL Server 2005 Service Pack 1, 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


Restart information

You must restart the SQL Server service after you apply this hotfix.

Registry information

You do not have to change the registry.

Hotfix file information

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

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 version
File name File version File size Date Time Platform
Logread.exe 2005.90.2202.0 398,112 31-Oct-2006 10:09 x86
Microsoft.analysisservices.adomdclient.dll 9.0.2202.0 543,520 31-Oct-2006 10:09 x86
Microsoft.analysisservices.deployengine.dll 9.0.2202.0 138,016 31-Oct-2006 10:09 x86
Microsoft.analysisservices.dll 9.0.2202.0 1,215,264 31-Oct-2006 10:09 x86
Microsoft.sqlserver.mgdsqldumper.dll 2005.90.2202.0 75,552 31-Oct-2006 10:09 x86
Microsoft.sqlserver.sqlenum.dll 9.0.2202.0 908,064 31-Oct-2006 10:09 x86
Msasxpress.dll 9.0.2202.0 22,304 31-Oct-2006 10:09 x86
Msgprox.dll 2005.90.2202.0 197,920 31-Oct-2006 10:09 x86
Msmdlocal.dll 9.0.2202.0 15,614,240 31-Oct-2006 10:09 x86
Msmdredir.dll 9.0.2202.0 3,990,304 31-Oct-2006 10:09 x86
Replprov.dll 2005.90.2202.0 547,616 31-Oct-2006 10:09 x86
Replrec.dll 2005.90.2202.0 782,112 31-Oct-2006 10:09 x86
Sqlaccess.dll 2005.90.2202.0 347,936 31-Oct-2006 10:09 x86
Sqlagent90.exe 2005.90.2202.0 318,752 31-Oct-2006 10:09 x86
Sqlservr.exe 2005.90.2202.0 28,963,672 31-Oct-2006 10:09 x86
Xmlsub.dll 2005.90.2202.0 192,800 31-Oct-2006 10:10 x86
Xpstar90.dll 2005.90.2202.0 292,640 31-Oct-2006 10:10 x86
Xpstar90.rll.rll 2005.90.2202.0 152,864 31-Oct-2006 10:09 Not Applicable

Steps required after you install the hotfix

This hotfix adds trace flag 7613 to SQL Server. After you enable trace flag 7613, SQL Server 2005 full-text search operations will match any word in the string that is enclosed in double quotation marks instead of using a phrase match.

For more information about how to enable a trace flag in SQL Server 2005, see the "Remarks" section in the following Microsoft Developer Network (MSDN) Web site:

STATUS

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

MORE INFORMATION

For more information about the naming schema for Microsoft SQL Server updates, click the following article number to view the article in the Microsoft Knowledge Base:

822499 New naming schema for Microsoft SQL Server software update packages


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


Keywords: kbhotfixserver kbfix kbexpertiseadvanced kbqfe kbpubtypekc KB927643