Microsoft KB Archive/925050

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 18:32, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Article ID: 925050

Article Last Modified on 11/4/2007



APPLIES TO

  • Microsoft SQL Server 2005 Java Database Connectivity Driver



Bug #: 50000238 (SQL Hotfix)
Bug #: 478596 (SQLBUDT)

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 the hotfix package
  • The prerequisites for installing the hotfix package
  • Whether you must restart the computer after you install the hotfix package
  • Whether the hotfix package is replaced by any other hotfix package
  • Whether you must make any registry changes
  • The files that are contained in the hotfix package


SYMPTOMS

Consider the following scenario. In an application, you use the ResultSet object that is included in the Microsoft SQL Server 2005 JDBC Driver version 1.1. You use a SELECT statement to query data. In this scenario, the result set is returned very slowly.

This problem occurs if the following conditions are true:

  • The SELECT statement includes some character columns of the CHAR data type or of the VARCHAR data type.
  • In the application, you specify the SelectMethod=cursor property for the connection.
  • In the application, you set a small fetch size for the connection.
  • The result set contains many rows.
  • You specify one of the SQL collations for the non-Unicode character columns. For example, you specify the SQL_Latin1_General_CP850_CI_AI SQL collation for the CHAR data type columns.


CAUSE

This problem occurs because the SQL Server 2005 JDBC Driver 1.1 makes several costly calls to the Charset.isSupported function. The SQL Server 2005 JDBC Driver 1.1 does this to determine the character set that is associated with a given collation. Specifically, this problem occurs when many character sets are installed for the Java virtual machine.

RESOLUTION

Hotfix information

A supported hotfix is now 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 service pack that contains this hotfix.

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

There are no prerequisites for this hotfix.

Restart information

You do not have to restart the computer 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 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.

File name File version File size Date Time Platform
Sqljdbc.jar Not Applicable 253,286 11-Sep-2006 09:47 Not Applicable
Sqljdbc_auth.dll Not Applicable 99,120 11-Sep-2006 04:21 x64
Sqljdbc_auth.dll Not Applicable 76,592 11-Sep-2006 04:21 x86
Xa_install.sql Not Applicable 2,979 06-Sep-2006 02:13 Not Applicable
Sqljdbc_xa.dll 1.1.1501.200 131,376 11-Sep-2006 04:21 x64
Sqljdbc_xa.dll 1.1.1501.200 100,144 11-Sep-2006 04:21 x86


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 a related issue in the Java virtual machine, visit the following Sun Microsystems Web site:

Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.

For more information about the naming schema for 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


The third-party products that this article discusses are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, regarding the performance or reliability of these products.

Keywords: kbexpertiseadvanced kbfix kbhotfixserver kbqfe kbpubtypekc KB925050