Hi:
I have generated vb script for a custom dts package (to import data from a text file to a sql server table) and it works with a vb program with UI. The dts package works on my pc where I have sql server installed and when I create instance of the server operations on my local pc. The server also has the sql server installed (data and program exist on the same server). The dts package on server executes but does not import data data to the table. How can I make the dts package to work on server side as well?
Thanks
su