Simple DTS Package Sample Using Visual Basic
This Microsoft® Visual Basic® sample demonstrates how to build and execute a Data Transformation Services (DTS) package.
Default Location
C:\Program Files\Microsoft SQL Server\80\Tools\Devtools\Samples\Dts\Dtspackages\Dtsvbpkg
Running the Sample
- Create two ODBC Data Source Names (DSN), "DTS Source" and "DTS Destination", that refer to the pubs database.
- Open and run dtsvbpkg.vbp
See Also
DTS Programming Samples