Hi Steve,
If you want to create the DTS package using Enterprise Manager and a DTS wizard, do the following steps:
1. In the tree view, expand your server, expand Data Transformation Services, and click Local Packages
2. In the toolbar, click the "Run a Wizard" icon (looks like a magic wand)
3. Expand Data Transformation Services, select DTS Export Wizard, and click OK
4. Click Next on the opening screen
5. Select your data source (Microsoft OLE DB Provider for SQL Server), your server, and your database, then click Next
6. Select your destination (Text File), and enter a file name (full path), then click Next
7. Leave default of "Copy Tables and View from the source database", click Next
8. Select the parameters for the output file, click Next
9. Uncheck "Run Immediately", and check "Save DTS Package" with the default setting of SQL Server, click Next
10. Give the package a useful name, click Next
11. Click finished.
12. Finally, right click the new package and select "Execute Package" to test.
The wizard really does make this type of operation easy.
Hope this helps.
Glen Appleton
VB.Net student.