FIX: DTS Wizard Specifies Destination Table Name Incorrectly (275339)



The information in this article applies to:

  • Microsoft SQL Server 7.0

This article was previously published under Q275339
BUG #: 58302 (SQLBUG_70)

SYMPTOMS

While using a third-party OLE DB provider as the destination in Data Transformation Services (DTS) Wizard to export data, the DTS Wizard specifies the default table name incorrectly as "<catalogname>.<tablename>" instead of specifying "<catalogname>.<schemaname>.<tablename>". This problem does not happen with Microsoft OLE DB provider for Oracle and SQL Server.

CAUSE

The DTS Wizard uses the tablename at the Source and queries the provider for the catalogname; it does not query the provider for the schemaname.

WORKAROUND

You can edit the destination tablename that is generated by the DTS Wizard, to reflect the schemaname.

STATUS

Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

274799 INF: How to Obtain Service Pack 3 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0

For more information, contact your primary support provider.

Modification Type:MajorLast Reviewed:3/14/2006
Keywords:kbBug kbfix KB275339