joelwenzel
Programmer
- Jun 28, 2002
- 448
Hello,
I am writing a tedious DTS that requires data to be transferred from a big database into multiple tables in another big database.
I could program the DTS using a buch of activeX scripts or using a VB.NET program.
I am leaning on the VB.Net program because I can easily reuse code, debugging is better, and I can divide the code into separate files for the different tables. These seem like good reasons to go with VB.NET. Any reasons why I should stick with vbscript? I can't really think of any except that vbscripting is built in to SQL server.
I am writing a tedious DTS that requires data to be transferred from a big database into multiple tables in another big database.
I could program the DTS using a buch of activeX scripts or using a VB.NET program.
I am leaning on the VB.Net program because I can easily reuse code, debugging is better, and I can divide the code into separate files for the different tables. These seem like good reasons to go with VB.NET. Any reasons why I should stick with vbscript? I can't really think of any except that vbscripting is built in to SQL server.