FIX: The SQL Server 2005 SqlCommandBuilder.DeriveParameters method returns an exception when the input parameter is a XML parameter that has an associated XSD from an SQL schema (917824)



The information in this article applies to:

  • Microsoft SQL Server 2005 Enterprise Edition
  • Microsoft SQL Server 2005 Developer Edition
  • Microsoft SQL Server 2005 Standard Edition
  • Microsoft SQL Server 2005 Express Edition
  • Microsoft SQL Server 2005 Enterprise X64 Edition
  • Microsoft SQL Server 2005 Standard X64 Edition
  • Microsoft SQL Server 2005 Enterprise Edition for Itanium Based Systems

Bug #: 50000104 (SQL Hotfix)

SYMPTOMS

Consider the following scenario. You run a stored procedure whose input parameter is an XML parameter. The XML parameter has an associated XSD from an SQL schema. In this scenario, the Microsoft SQL Server 2005 SqlCommandBuilder.DeriveParameters method returns an exception that may resemble the following:
A first chance exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll
System.Data.SqlClient.SqlException: The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter 1 ("@Xml"): Data type 0xF1 (XML) has an invalid database or schema specified.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
This problem may occur when you have a procedure declaration that resembles the following:
CREATE PROCEDURE Schema1.MyXmlProcedure (@parameter1 xml(Schema2.MyXsd)) AS 

CAUSE

This problem occurs because the SqlCommandBuilder class executes the sys.sp_procedure_params_managed procedure to derive the parameter information. The sys.sp_procedure_params_managed procedure incorrectly returns the procedure schema instead of the XMLCollection schema.

RESOLUTION

Hotfix information

A 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 Microsoft SQL Server 2005 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.
If you have installed SQL Server 2005 Service Pack 1, this hotfix is included in the cumulative hotfix package (build 2153) for SQL Server 2005. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

918222 Cumulative hotfix package (build 2153) for SQL Server 2005 is available

Prerequisites

To apply this hotfix, you must have SQL Server 2005 installed on the computer. You must have applied SQL Server 2005 Service Pack 1 if you want to apply the cumulative hotfix package (build 2153).

Restart requirement

You do not have to restart the computer after you apply this hotfix.

Hotfix replacement information

This hotfix does not replace any other hotfixes.

Hotfix file information

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 versions
File nameFile versionFile sizeDateTimePlatform
Hauresourcedb.ldfNot Applicable524,28807-Apr-200602:15Not Applicable
Hauresourcedb.mdfNot Applicable39,780,35207-Apr-200602:15Not Applicable
Microsoft.sqlserver.replication.dll2005.90.1538.01,608,48007-Apr-200605:42x86
Microsoft.sqlserver.smo9.0.1538.01,559,32807-Apr-200605:42Not Applicable
Microsoft.sqlserver.sqlenum9.0.1538.0895,77607-Apr-200605:42Not Applicable
Osql.exe2005.90.1538.051,48807-Apr-200605:40x86
Replrec.dll2005.90.1538.0781,08807-Apr-200605:42x86
Sbmsmdlocal.dll9.0.1538.015,599,90407-Apr-200605:42x86
Sbmsmdredir.dll9.0.1538.03,929,88807-Apr-200605:41x86
Sqlaccess.dll2005.90.1538.0349,47207-Apr-200605:41x86
Sqldiag.exe2005.90.1538.0960,28807-Apr-200605:42x86
Sqlservr.exe2005.90.1538.028,780,37607-Apr-200605:42x86
Template_hauresourcedb.ldfNot Applicable524,28807-Apr-200602:15Not Applicable
Template_hauresourcedb.mdfNot Applicable39,780,35207-Apr-200602:15Not Applicable
SQL Server 2005 x64 edition
File nameFile versionFile sizeDateTimePlatform
Hauresourcedb.ldfNot Applicable524,28807-Apr-200602:15Not Applicable
Hauresourcedb.mdfNot Applicable39,780,35207-Apr-200602:15Not Applicable
Microsoft.sqlserver.replication.dll2005.90.1538.01,813,79207-Apr-200605:46x64
Microsoft.sqlserver.smo9.0.1538.01,551,13607-Apr-200605:46Not Applicable
Microsoft.sqlserver.sqlenum9.0.1538.0863,00807-Apr-200605:46Not Applicable
Osql.exe2005.90.1538.083,74407-Apr-200605:46x64
Replrec.dll2005.90.1538.01,007,39207-Apr-200605:46x64
Sbmsmdlocal.dll9.0.1538.015,599,90407-Apr-200605:42x86
Sbmsmdredir.dll9.0.1538.03,929,88807-Apr-200605:41x86
Sqlaccess.dll2005.90.1538.0356,64007-Apr-200605:46x86
Sqldiag.exe2005.90.1538.01,127,71207-Apr-200605:46x64
Sqlservr.exe2005.90.1538.039,405,85607-Apr-200605:46x64
Template_hauresourcedb.ldfNot Applicable524,28807-Apr-200602:15Not Applicable
Template_hauresourcedb.mdfNot Applicable39,780,35207-Apr-200602:15Not Applicable
SQL Server 2005 Itanium-based versions
File nameFile versionFile sizeDateTimePlatform
Hauresourcedb.ldfNot Applicable524,28807-Apr-200602:15Not Applicable
Hauresourcedb.mdfNot Applicable39,780,35207-Apr-200602:15Not Applicable
Microsoft.sqlserver.replication.dll2005.90.1538.02,521,88807-Apr-200607:59IA-64
Microsoft.sqlserver.smo9.0.1538.01,551,13607-Apr-200607:59Not Applicable
Microsoft.sqlserver.sqlenum9.0.1538.0863,00807-Apr-200607:59Not Applicable
Osql.exe2005.90.1538.0123,16807-Apr-200608:04IA-64
Replrec.dll2005.90.1538.02,137,88807-Apr-200607:59IA-64
Sbmsmdlocal.dll9.0.1538.048,470,30407-Apr-200608:04IA-64
Sbmsmdredir.dll9.0.1538.06,079,77607-Apr-200607:59IA-64
Sqlaccess.dll2005.90.1538.0351,52007-Apr-200607:58x86
Sqldiag.exe2005.90.1538.01,637,15207-Apr-200607:59IA-64
Sqlservr.exe2005.90.1538.072,244,00007-Apr-200608:04IA-64
Template_hauresourcedb.ldfNot Applicable524,28807-Apr-200602:15Not Applicable
Template_hauresourcedb.mdfNot Applicable39,780,35207-Apr-200602:15Not Applicable

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, 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

For more information about the SqlCommandBuilder.DeriveParameters method, visit the following Microsoft Developer Network (MSDN) Web site:

Modification Type:MinorLast Reviewed:7/26/2006
Keywords:kbfix kbBug kbQFE kbhotfixserver kbpubtypekc KB917824 kbAudDeveloper kbAudITPRO