Collections:
SQL Server FAQs - Introduction to DTS (Data Transformation Services)
A collection of 10 FAQs on DTS (Data Transformation Services). Clear explanations and tutorial exercises are provided on using DTS to import data to SQL Server and export data from SQL Server; exporting tables to MS Excel files; importing tables from text files. Topics included in this collections:
Installing DTS on Windows XP Systems
Defining SQL Server 2005 as the DTS Data Source
Defining Excel Files as the DTS Data Destination
Copying a Table from Source to Destination
Preparing Data in Text Files for DTS to Import
Defining Text Files as the DTS Data Source
Please note that all answers and tutorials are based on SQL Server 2005 Express Edition. To follow tutorial exercises in this collection, you need to use test tables created from previous tutorial collections.
✍: Guest
2024-02-09, 1992🔥, 0💬
Popular Posts:
What Happens If the UPDATE Subquery Returns Multiple Rows in SQL Server? If a subquery is used in a ...
How to execute statements under given conditions in SQL Server Transact-SQL? How to use IF ... ELSE ...
How To List All User Names in a Database in SQL Server? If you want to see a list of all user names ...
How To Break Query Output into Pages in MySQL? If you have a query that returns hundreds of rows, an...
How To Convert Numeric Expression Data Types using the CAST() Function in SQL Server Transact-SQL? I...