Microsoft KB Archive/275339

From BetaArchive Wiki
Knowledge Base


FIX: DTS Wizard Specifies Destination Table Name Incorrectly

Article ID: 275339

Article Last Modified on 3/14/2006



APPLIES TO

  • Microsoft SQL Server 7.0 Standard Edition



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.


Additional query words: schemaname missing 3rd sp3

Keywords: kbbug kbfix KB275339