Collections:
Copying a Table from Source to Destination
How To Copy a Table from Source to Destination?
✍: Guest
If the DTS data source is set to a SQL Server, you have two options to transform data from source to destination:
This tutorial continues from previous tutorials to copy a table from SQL Server to an Excel file:
1. Continue from previous tutorials until the data selection options window.
2. Select the "Copy table(s) and view(s) from the source database" option and click Next. You should see a list of tables available in the SQL Server defined as the data source.
3. Select table [FyiCenterData].[dbo].[fyi_links].
4. Click Next. The data transformation option window shows up.
5. Select "Run immediately". Then click Next. The confirmation window shows up.
6. Review source and destination settings. Click Finish. The transformation progress window shows up. Wait until the transformation is done. Click OK, when you see the transformation is done message.
7. Close DTS wizard.
You should see an Excel file created by DTS: C:\temp\fyi_links.xls
⇒ Preparing Data in Text Files for DTS to Import
⇐ Defining Excel Files as the DTS Data Destination
⇑ SQL Server FAQs - Introduction to DTS (Data Transformation Services)
2024-01-31, 1857🔥, 0💬
Popular Posts:
How to set the current database in SQL Server? Once you are connected to the SQL Server, you should ...
How to run Queries with SQL Server Management Studio Express in SQL Server? 1. Launch and connect SQ...
How To Fix the INSERT Command Denied Error in MySQL? The reason for getting the "1142: INSERT comman...
How To Verify a User name with SQLCMD Tool in SQL Server? The quickest way to verify a user name in ...
How To Get the Definition of a User Defined Function Back in SQL Server Transact-SQL? If you want ge...