Data Transformation Services Import and Export Wizards

The Data Transformation Services (DTS) import and export wizards allow the user to interactively create DTS packages that can be used to import, export, validate, and transform heterogeneous data using OLE DB and ODBC. DTS can also copy schema and data between relational databases. Using the DTS object transfer capability, you can also copy indexes, stored procedures, referential integrity constraints, and other database objects between computers running Microsoft® SQL Server™ version 7.0.

DTS checks to see if the destination table already exists and gives you the option to drop and re-create the destination table if desired. If the DTS Import or DTS Export wizard does not properly create the destination table, verify that the column mappings are correct, select a different data type mapping, or create the table manually. Then, copy the data.

Each database defines its own data types, and column and object naming conventions. DTS attempts to define the best possible data type matches between a source and destination. However, you can override DTS mappings and specify different destination data type, size, precision, and scale properties on the Column Mappings tab in the Column Mappings and Transformations dialog box if you are creating a new table or dropping an existing table and creating a new one.

DTS uses the source object’s name as a default. However, you can also add double quotation marks or brackets around table and column names that contain spaces if this is supported by your DBMS.

The DTS package created by the DTS Import and DTS Export wizards can be used to import, export, and transform data between a Microsoft SQL Server database and other data sources, including:

The DTS Import and DTS Export wizards allow the user to:


Note DTS functionality may be limited by the capabilities of specific databases, ODBC drivers, or OLE DB providers. For more information about such limitations, see DTS Data Conversion and Transformation Considerations.


See Also
Data Transformation Services Package dtswiz Utility

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.