computergiant
IS-IT--Management
Hello,
I need to export data from two tables into a single CSV file from SQL Server 2000. This needs to happen inside a DTS package for automation purposes.
TABLE1 has 8 fields and will be the first line of the CSV file.
TABLE2 has 7 fields and will be the 2nd line of the CSV file.
I belive this is possible using ActiveX VBScript. I understand ASP but getting this to work in ActiveX I am not sure of. Any sample code would be excellent. Also, how do I make the connection? Will it be via an adobconnectin string or using the graphical connector in DTS?
Thanks,
I need to export data from two tables into a single CSV file from SQL Server 2000. This needs to happen inside a DTS package for automation purposes.
TABLE1 has 8 fields and will be the first line of the CSV file.
TABLE2 has 7 fields and will be the 2nd line of the CSV file.
I belive this is possible using ActiveX VBScript. I understand ASP but getting this to work in ActiveX I am not sure of. Any sample code would be excellent. Also, how do I make the connection? Will it be via an adobconnectin string or using the graphical connector in DTS?
Thanks,