Using Data Transformation Services: Package Execution Using SQL Server Agent, Introduction - Part A: Creating the Package
(Page 2 of 4 )
A package called DeleteAnAcessTable is created and the necessary connections, tasks, and workflow are configured. We highlight a couple of essential steps and skip the detailed description. The description is available in earlier tutorials. Screen shots are shown for the essential steps.
Creating the package: Details of the two connections There are two connections, one to SQL Server 2000 and the other to the MS Access database in the package DeleteAnAcessTable. All that is needed to set up a connection is to drag the connection control from the connection collection and drop it on the designer.
The next two pictures show the two connections. The first one is the source (SQL 2000 Server), and the second is the destination (MS Access database at its default location).
Creating an SQLConnection
Creating an MS Access Connection
The table in the SQL 2000 Server whose content populates the MS Access table has the following structure.
The design view of the destination table in MS Access has the following information:
Next: Create a Transform Data Task >>
More MS SQL Server Articles
More By Jayaram Krishnaswamy