Simple DTS Package Sample Using Visual Basic

DTS Programming

DTS Programming

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
  1. Create two ODBC Data Source Names (DSN), "DTS Source" and "DTS Destination", that refer to the pubs database.

  2. Open and run dtsvbpkg.vbp

See Also

DTS Programming Samples