Using Data Transformation Services, part 2: Using the DTS Designer Objects - Creating an SQL Server connection
(Page 2 of 6 )
We will first start with the SQL 2000 Server. Click on the Microsoft OLEDB Provider of SQL Server in the dropdown menu after clicking on the Connection menu item, or drag and drop the item from the connection collection on the left-hand side onto the design pane. This opens up the Connection properties window as shown. Since we have chosen to work with the Northwind example database, we set the database to Northwind.
It is assumed that the SQL Server is local, and Windows Authentication is going to be used. This adds the SQL Server Connection. If needed, a text annotation can be added and placed in close proximity to the object. The text annotation can be accessed from the menu. The font properties of any added text are configurable.

Creating an MS Access Connection
Create an MS Access database in your file system. It is called the SQLAccessNew.mdb and it is located on the C:\ drive (there will be no user defined tables). Now in the DTS designer, drag and drop a MS Access connection. Browse using the ... button to locate the SQLAccessNew.mdb file on your system. The connection object now appears as shown.

Next: Creating a Task to transfer query result to a table >>
More MS SQL Server Articles
More By Jayaram Krishnaswamy