VBS option for (SQL Server 2000 Beta) DTS Previewed | Database Journal

VBS option for (SQL Server 2000 Beta) DTS Previewed

Written By
Anthony Loera
Anthony Loera
Jul 17, 2000
2 minute read

I have lucky enough to be working with SQL Server 2000 Beta for a little while. I read a lot about it from everyone, but I have yet to notice anything on the new Package option for DTS. This is in the beta that I have been working with, and it works wonderful, so I hope it will be in the released version.


Currently in SQL Server 7 we have a GUI workflow that we can manipulate and then save as an Internal Package in SQL Server, or outside SQL Server. The only problem (at least for me in the past) is changing the connection of the created package if I wanted it to run without the whole GUI setup… (for example if I wanted to include it in a VB program, and let the user change some variables, and connections.)


In SQL Server 2000 Beta, you can save your DTS package as a VB Script file. This is a tremendously great option!! Now someone like me (Simple Dev guy) can look at the VBS file, cut/paste into a VBA module (like access), or VB 6 Module, and completely rapidly create changes in connections, variables, etc. Even create a class object based on the VBS file… and on and ON!! Wahoo!!
(Can you tell I’m excited?)


This brings the rapid speed of the DTS Pump into my own custom SQL applications, using my connections, variables, and UI. Which may be slower than BCP for one table or data transfer, but if you have 2 table/Data or more transfers(or Transformations of Data) that you need to do(or want to do) in parallel for speed in an easy way, it kicks BCP’s butt!




Anthony
Loera

has been goofing around VB for more than 5 years. Has coded for


Bell


Atlantic,

&

Americatel Telecom companies. Currently contracted on a


couple


projects for a small unknown company called Microsoft, and doing a side


project


for another small pharmaceutical company, which would kill him if it

s name


was


ever divulged. 😉

Database Journal Logo

DatabaseJournal.com publishes relevant, up-to-date and pragmatic articles on the use of database hardware and management tools and serves as a forum for professional knowledge about proprietary, open source and cloud-based databases--foundational technology for all IT systems. We publish insightful articles about new products, best practices and trends; readers help each other out on various database questions and problems. Database management systems (DBMS) and database security processes are also key areas of focus at DatabaseJournal.com.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.