FIX: The result set is returned very slowly when you use the ResultSet object that is included in the SQL Server 2005 JDBC Driver 1.1 (925050)
The information in this article 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. SUMMARYThis 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
SYMPTOMSConsider 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.
CAUSEThis 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.RESOLUTIONHotfix informationA supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next SQL Server 2005 JDBC Driver 1.1 service pack that contains this hotfix. To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services telephone numbers and information about support costs, visit the following Microsoft Web site: Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question. PrerequisitesThere are no prerequisites for this hotfix. Restart informationYou do not have to restart the computer after you apply this hotfix. Registry informationYou do not have to change the registry. Hotfix file informationThis 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. |
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 |
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
Modification Type: | Major | Last Reviewed: | 10/4/2006 |
---|
Keywords: | kbExpertiseAdvanced kbfix kbQFE kbhotfixserver kbpubtypekc KB925050 kbAudDeveloper kbAudITPRO |
---|
|