thendrickson
Programmer
I am just starting with SSIS and need some basic information to guide me the right direction.
I need to process some information from the database and create flat files or Excel speedsheets according to different criteria.
I have a VB 6 application which contains the code to create these files. The current process is kicked off from a menu.
I have pulled the relevent parts from the VB6 app and converted that code to VB.net.
Can I take my .net code and place it within a scripting task? There are a number of classes and different modules involved. The code is fairly complex.
Or should I create a .NET exe with no forms to run in the background? Or should I do a console application and run it hidden Can I even do either? My .Net experience is somewhat limited.
Thanks
I need to process some information from the database and create flat files or Excel speedsheets according to different criteria.
I have a VB 6 application which contains the code to create these files. The current process is kicked off from a menu.
I have pulled the relevent parts from the VB6 app and converted that code to VB.net.
Can I take my .net code and place it within a scripting task? There are a number of classes and different modules involved. The code is fairly complex.
Or should I create a .NET exe with no forms to run in the background? Or should I do a console application and run it hidden Can I even do either? My .Net experience is somewhat limited.
Thanks